Function GetValueAtPath String sPath Returns String

 

This function allows you to get a value of a token starting at the current object given a JPATH expression. It will return a string containing the value or a blank string.

 

Usage

 

Get GetValueAtPath "Address.Street" to sStreet