System Command XLOAD: Difference between revisions

From NARS2000
Jump to navigationJump to search
(Created page with "<h1>)LOAD - Load a workspace from disc without executing {quad}LX</h1> In order to use a prior workspace again, you must load the workspace From disk. This is the same as when...")
 
No edit summary
Line 1: Line 1:
<h1>)LOAD - Load a workspace from disc without executing {quad}LX</h1>
<h1>)LOAD - Load a workspace from disc without executing {quad}LX</h1>
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 <apll>[[System Command )LOAD|)LOAD]]</apll> function to load any workspace, but if you want to load a workspace without executing the {quad}LX system function stored in the workspace, you must use the <apll>)XLOAD</apll> command. The )XLOAD command itself is not case sensitive, you can use <apll>)LOAD</apll> or <apll>)load</apll>.
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 <b><big>[[System Command LOAD|)LOAD]]</big></b> function to load any workspace, but if you want to load a workspace without executing the {quad}LX system function stored in the workspace, you must use the <apll>)XLOAD</apll> command. The )XLOAD command itself is not case sensitive, you can use <apll>)LOAD</apll> or <apll>)load</apll>.


You issue the command
You issue the command
Line 6: Line 6:
: )XLOAD ''workspacename''<br/>
: )XLOAD ''workspacename''<br/>
</code>
</code>
Where &quot;'''workspacename'''&quot; 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. Any existing workspace you have loaded in memory is lost. If you want to retain the current workspace, you must [[)SAVE]] that workspace before doing a <apll>)LOAD</apll>.
Where &quot;'''workspacename'''&quot; 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. Any existing workspace you have loaded in memory before issuing the <apll>)XLOAD</apll> command is lost. If you want to retain the current workspace, you must <b><big>[[)SAVE]]</big></b> that workspace before doing a <apll>)XLOAD</apll>.


The current session manager window is closed and a new one opens on the newly )LOADed workspace.
The current session manager window is closed and a new one opens on the newly <apll>)XLOAD</apll>ed workspace.


The command works like this:<br/><br/><code>
The command works like this:<br/><br/><code>
Line 18: Line 18:
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 do want to execute {quad}LX on loading, use the command [[System_Command_LOAD|)LOAD]].
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==
* [[System Variable LX|{quad}LX]]
* [[System Command LOAD|)LOAD]]


{{Commands}}
{{Commands}}

Revision as of 20:07, 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 )LOAD or )load.

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. Any existing workspace you have loaded in memory before issuing the )XLOAD command is lost. If you want to retain the current workspace, you must )SAVE that workspace before doing a )XLOAD.

The current session manager window is closed and a new one opens on the newly )XLOADed workspace.

The command works like this:

      )XLOAD this_is_my_workspace

The Session Manager closes the existing window and 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