Skip to content

ValueByIndex Function

Jef Kazimer edited this page Mar 17, 2016 · 3 revisions

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)

Clone this wiki locally