CLOAD¶
Versions: 8K (cassette), Extended (cassette)
Note: This command is not included in the DEC VT180 version or modern disk-based systems.
Purpose¶
To load a program or an array from cassette tape into memory.
Remarks¶
CLOAD executes a NEW command before it loads the program from cassette tape.
Example¶
See Also¶
- CSAVE - To save the program or an array currently in memory on cassette tape
- 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