FIELDS(vr)
Returns an array with all fields contained in a variable or array element. Returns an empty array if there is none. e.g.
set ar=FIELDS(vr); //ar takes the names of the fields of vr
This command is used in array expressions.
See more about fields at Using fields.
Go Back