Lingo Dictionary > T-Z > userName

 

userName

Syntax

the userName

Description

Movie property; a string containing the user name entered when Director was installed.

This property is available in the authoring environment only. It could be used in a movie in a window (MIAW) tool that is personalized to show the user's information.

Example

This handler places the user's name and serial number in a display field when the window is opened. (A movie script in the MIAW is a good location for this handler.)

on prepareMovie
	displayString = the userName
	put RETURN&the organizationName after displayString
	put RETURN&the serialNumber after displayString
	member("User Info").text = displayString
end

See also

organizationName, serialNumber, window