Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

List.GetValue

Queries a value in the list.

Component Version macOS Windows Linux Server iOS SDK
List 7.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "List.GetValue"; List; Index )   More

Parameters

Parameter Description Example
List The list to process. "Hello" ¶ "" ¶ "World"
Index The index of the value to get. Must be in range from 0 to QuickList.Count-1. $index

Result

Returns list or error.

Description

Queries a value in the list.
If you enable tracing with Trace command, this function will be much slower due to the debug output.

See also

Release notes

Created 11st March 2017, last changed 11st March 2017


List.FindUnequals - List.HasDuplicateItems

Feedback: Report problem or ask question.