JavaScript Editor js editor     Web development 



Main Page

Returns the name of the .SCX file in which the specified instantiated object is stored.

SYS(1271, oObjectName)

Parameters

oObjectName


Specifies the name of the object for which the .scx file is returned.

Return Value

Character, Logical

Remarks

SYS(1271) returns the name of the .scx file in which the specified instantiated object is stored.

SYS(1271) returns a logical false (.F.) if the object cannot be located in an .scx file (for example, if the object was created from the Command window).

See Also



JavaScript Editor js editor     Web development