Lingo Dictionary > S > serialNumber

 

serialNumber

Syntax

the serialNumber

Description

Movie property; a string containing the serial number 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 would be located in a movie script of a MIAW. It places the user's name and the serial number into a display field when the window is opened:

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, userName, window