Login
Plus/4 EncyclopediaFirstBackNextLast

DSAVE Command
Category
Reference/Commodore Basic V3.5

Topic
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.

Examples
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

Abbreviation
D SHIFT+S



Copyright © Plus/4 World Team, 2001-2024