System Command XLOAD: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)XLOAD this_is_my_workspace</code>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)XLOAD this_is_my_workspace</code>


The Session Manager closes the existing window and opens a new window with the new workspace loaded, then displays the following:<br/><code>
The Session Manager opens a new window with the new workspace loaded, then displays the following:<br/><code>
SAVED 02/27/2013  4:17:53<br/>
SAVED 02/27/2013  4:17:53<br/>
</code>
</code>
Where the date and time will be the last instance that the workspace was saved.
Where the date and time will be the last instance that the workspace was saved.


The contents of the system variable [[System_Variable_LX|{quad}LX]] as stored in the workspace is ignored if set, and session manager returns control to you immediately after loading the workspace. If you have a workspace where you do want to execute {quad}LX on loading, use the command <b><big>[[System_Command_LOAD|)LOAD]]</big></b>.
The contents of the system variable [[System_Variable_LX|{quad}LX]] as stored in the workspace is ignored if set, and session manager returns control to you immediately after loading the workspace. If you have a workspace where you ''do'' want to execute {quad}LX on loading, use the command <b><big>[[System_Command_LOAD|)LOAD]]</big></b>.


==See Also==
==See Also==

Revision as of 20:26, 27 February 2013

)LOAD - Load a workspace from disc without executing ⎕LX

In order to use a prior workspace again, you must load the workspace From disk. This is the same as when you want to resume editing a document in a word processor or a spreadsheet in a spreadsheet program, you have to load what you were previously working on. Now you could use the )LOAD function to load any workspace, but if you want to load a workspace without executing the ⎕LX system function stored in the workspace, you must use the )XLOAD command. The )XLOAD command itself is not case sensitive, you can use )xLOAD or )xload.

You issue the command

)XLOAD workspacename

Where "workspacename" is the workspace you want to use. If the load was successful, it will list the name of the workspace and the time and date it was last saved.

The Session Manager opens a new window on the newly )XLOADed workspace.

The command works like this:

      )XLOAD this_is_my_workspace

The Session Manager opens a new window with the new workspace loaded, then displays the following:
SAVED 02/27/2013 4:17:53
Where the date and time will be the last instance that the workspace was saved.

The contents of the system variable ⎕LX as stored in the workspace is ignored if set, and session manager returns control to you immediately after loading the workspace. If you have a workspace where you do want to execute ⎕LX on loading, use the command )LOAD.

See Also

System Commands (not case sensitive)
)CLEAR )CLOSE )COPY )DROP )EDIT )ERASE )EXIT )FNS )FOP )FOPS
)IN )INASCII )LIB )LOAD )NEWTAB )NMS )OFF )OPEN )OPS )OUT
)RESET )SAVE )SI )SIC )SINL )SYMB )ULIB )VARS )XLOAD )WSID