SAVE#
Purpose
Outputs DATA BANK data to the file specified by the file descriptor.
SAVE# [ file descriptor ]
---------------
String expression
Example
SAVE# "CAS0:TEXT"
Parameters
file descriptor: String expression
Explanation
- Outputs DATA BANK data to a file specified by the file descriptor.
- Data are output in ASCII format.
CAS0:
is the default option when the device name is omitted from the file descriptor.
- When the entire file descriptor is omitted, the file is output to cassette tape without a filename.
- This command cannot be executed in the CAL mode, but in the BASIC mode.
- This command cannot be executed while program is halted (
STOP
displayed).
- This command cannot be exeuted for data protected by a password.
See
Sample Execution
SAVE# "CAS0:TEL"
Save DATA BANK data to cassette tape under filename TEL
.