Lingo Dictionary > L-N > name (system property) |
![]() ![]() ![]() |
name (system property)
Syntax
xtra (
whichXtra
)
.
name
the name of xtra
whichXtra
Description
System property; indicates the name of the specified Lingo Xtra. Xtras that provide support services or other functions not available to Lingo will not support this property.
This property can be tested but not set.
Example
This statement displays the name of the first Xtra in the Message window:
put xtra(1).name
![]() ![]() ![]() |