System Variable LX

From NARS2000
Revision as of 20:52, 27 February 2013 by Paul Robinson (talk | contribs)
Jump to navigationJump to search

⎕LX - Latent Expression

The ⎕LX variable is used within a workspace to set the action to take when the workspace is loaded via )LOAD or the File, Open menu. Typically ⎕LX is set to the name of a function in the workspace. ⎕LX defaults to null.

Example usage:

⎕LX←'Start'

When this workspace is saved, the next time it is loaded through the )LOAD command or the file, open menu, it will attempt to start the function Start. An error will occur if the function named in ⎕LX is not present when the workspace is loaded.

The ⎕LX function is not executed if the workspace is loaded via the )XLOAD command or through the file, xload menu.

The function of ⎕LX is similar to the function of the AUTOEXEC.BAT file when DOS is started, or when in Windows if you have a shortcut in the Startup Folder in the Start Menu. The function or action in the ⎕LX system variable is executed before the Session Manager returns control to you.

The action of ⎕LX when a workspace is )LOADed is essentially equivalent to typing ⍎⎕LX immediately after loading the workspace.

Note that system commands beginning with a ) cannot be executed through ⎕LX. This prevents endless loops, such as if a workspace named loop had a ⎕LX value of )load loop.

See Also

System Variables (A value may be assigned to these except for ⎕DM)
ALX CT DM DT ELX FC FEATURE FPC IC IO
LR LX PP PR PW RL SA WSID
Niladic System Functions (a value cannot be assigned to these)
A AV EM ET LC NNAMES NNUMS SI SYSID SYSVER
T TC TCBEL TCBS TCESC TCFF TCHT TCLF TCNL TCNUL
TS WA
Monadic or dyadic system functions (a value cannot be assigned to these)
AT CR DC DFT DL DR EA EC ERROR ES
EX FMT FX MF NAPPEND NC NCREATE NERASE NINFO NL
NLOCK NREAD NRENAME NREPLACE NRESIZE NSIZE NTIE NUNTIE STOP TF
TRACE UCS VR
Note that quad functions and variables (except for the ⎕A family of functions) are case insensitive