System Command SAVE: Difference between revisions

From NARS2000
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<h1>)SAVE - Name the current workspace</h1>
<h1>)SAVE - Save the current workspace to disc</h1>
In order to use the functions and variables which you have created again, you must save the workspace you are using. This is the same as when you edit a document in a word processor or a spreadsheet in a spreadsheet program, you have to save what you are working on. If your workspace is still the CLEAR workspace, you must either use the [[System Command WSID|)WSID]] command before saving or you must give a name on the )SAVE command.  You cannot save the CLEAR workspace without giving it a name.
In order to use the functions and variables which you have created again, you must save the workspace you are using. This is the same as when you edit a document in a word processor or a spreadsheet in a spreadsheet program, you have to save what you are working on. If your workspace is still the CLEAR workspace, you must either use the [[System Command WSID|)WSID]] command before saving or you must give a name on the )SAVE command.  You cannot save the CLEAR workspace without giving it a name.



Revision as of 19:15, 27 February 2013

)SAVE - Save the current workspace to disc

In order to use the functions and variables which you have created again, you must save the workspace you are using. This is the same as when you edit a document in a word processor or a spreadsheet in a spreadsheet program, you have to save what you are working on. If your workspace is still the CLEAR workspace, you must either use the )WSID command before saving or you must give a name on the )SAVE command. You cannot save the CLEAR workspace without giving it a name.

You issue the command

)SAVE

if the workspace has a name, or

)SAVE workspacename

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

The command works like this:

      )SAVE This_is_my_Workspace
This_is_my_Workspace SAVED 02/26/2013 23:49:12

If you use the )SAVE command again, it will replace the existing workspace. Note that if you use the same name as an existing workspace, it will replace it without asking if you want to overwrite it.

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