ValueByIndex Function - microsoft/MIMWAL GitHub Wiki
Syntax
object ValueByIndex(values:[list or object], index:int)
Description
Returns the value which exists at the specified index.
Remarks
If the second input parameter (index) is null, an exception is thrown. If the first parameter (values) is null or index is greater than items in the list, the function returns a null value.
Supported Version
1.0.0.0 and later
Examples
ValueByIndex(SplitString([//Target/ADDN],"="),1)