CALL CHGDRV
Contents |
Effect
Change/Get current drive.
Syntax
CALL CHGDRV (<DriveNumber>,<Variable>)
At least one parameter needs to be specified. Parameters can not end with a comma alone.
Parameters
<DriveNumber> is the number of drive to select as current drive. (1~8)
<Variable> must be a numerical variable that will receive the file size. It is preferable not to use an integer variable to avoid causing the "Overfow" error with big files.
Related to
CALL FILES, CALL FSIZE, CALL LOAD, CALL SAVE