Function ChildValueByIndex Integer iIndex Returns Integer

 

retrieves the value of a child token object at a given index

 

Usage

 

String sValue

Get ChildValueByIndex 3 to sValue

 

This function will return a blank string if the object is not a value type. You can use the TokenType function and the IsValueType function to query the type.