CSAVE¶
Versions: 8K (cassette), Extended (cassette)
Note: This command is not included in the DEC VT180 version or modern disk-based systems.
Purpose¶
To save the program or an array currently in memory on cassette tape.
Remarks¶
Each program or array saved on tape is identified by a filename. When the command CSAVE
Example¶
See Also¶
- CLOAD - To load a program or an array from cassette tape into memory
- CVI, CVS, CVD - Convert string values to numeric values
- DEFINT/SNG/DBL/STR - To declare variable types as integer, single precision, double precision, or string
- ERR AND ERL VARIABLES - Error code and error line number variables used in error handling
- INPUT# - To read data items from a sequential disk file and assign them to program variables
- LINE INPUT - To input an entire line (up to 254 characters) to a string variable, without the use of delimiters
- LPRINT AND LPRINT USING - To print data at the line printer
- MKI, MKS, MKD$ - Convert numeric values to string values
- SPACE$ - Returns a string of spaces of length X
- TAB - Spaces to position I on the terminal