Function ChildValueByName String tknName Returns String

 

retrieves the value child token object at a given name

 

Usage

 

String sValue

Get ChildValueByName "Address" 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.