GetName Function
Returns the name of the element.
Syntax 1
GetName()
Returns the name of the element.
Syntax 2
GetName(element)
Returns the name of the element.
Arguments
element
Any - element whose name is to be determined. Cannot be an entity.
Remarks
Example:
GetName(Field1); // returns "Field1"