Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > name (thread)

 

name (thread)

Syntax

whichThread.name

Description

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

Example

These statements return the name of the fourth thread in the thread list:

whichThread = 4
theThread = thread(whichThread)
return theThread.name