In functions $GET ($G) and $DATA ($) you can specify a multidimensional property reference as variable with the syntax obj.property.

Attempting to use $GET or $DATA on a non-multidimensional object property results in an error.

Noncompliant Code Example

On following code the property Name is not multidimensional:

if $get(objPerson.Name)'="" set name=objPerson.Name