| DSAVE Command | Reference/Commodore BASIC V3.5
DSAVE "filename" [,Ddrive#] [,Uunit#]
Saves a BASIC program to disk. A program name is required (maximum of 16 characters).
By default, the F5 key displays the DSAVE command together with an opening double quote mark.
DSAVE "BANKRECS" Saves "BANKRECS" to disk
DSAVE "PROG3",D0,U9 Saves "PROG3" to device 9
DSAVE (A$) Saves the program with the filename contained in the variable A$. A string variable must be used, or a ?TYPE MISMATCH ERROR will occur. If the string variable is empty, an ?ILLEGAL QUANTITY ERROR will occur
D SHIFT+S |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |