Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > name (script)

 

name (script)

Syntax

scriptObjectReference.name

Description

Multiuser Server server-side script property; indicates the name of the given script. This property can be tested and set.

Example

These statements call a custom handler added to the Dispatcher script that returns a script object reference and then return the name of the referenced script:

aScript = gDispatcher.findScriptByName( scriptName )
theName = aScript.name
return theName