Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > name (variable) |
![]() ![]() ![]() |
name (variable)
Syntax
whichVariable
.name
Description
Multiuser Server server-side debugging property; returns the name of the given variable as a symbol.
Example
These statements return the name of the 12th variable in the variable list:
varNum = 12 variable = frame.variable(varNum) variableName = variable.name return variableName
![]() ![]() ![]() |