| VERIFY Command | Reference/Commodore BASIC V3.5
VERIFY "filename" [,device#] [,relocate flag]
Used to check the contents of memory against the contents of a file. Useful for checking for bad disks or tapes.
The filename can be "*". In this case it assumes "last used filename" (and not any filename like wildcard)
VERIFY without arguments will check the next program on tape against the one in memory.
If the contents of the file do not match those in memory, a ?VERIFY ERROR indicates this.
VERIFY Checks the next program on the tape
VERIFY "HELLO" Searches for the program "HELLO" on tape, then checks against memory
VERIFY A$ Searches for the program name stored in A$, then checks against memory. A string variable must be used, or a ?TYPE MISMATCH ERROR will occur. If the string variable is empty, then the next program is checked if checking from tape, or a ?MISSING FILE NAME ERROR will occur if checking from disk
VERIFY "HELLO",8,1 Searches for "HELLO" on disk, then checks against the memory location it was originally saved from
VERIFY "*",8 Searches and verify the last used file
When using KERNAL ROM version 318004-03 in a 64K configuration, the VERIFY command cannot correctly verify memory locations over $7FFF when checking against tape, because the tape routines do not look at RAM under ROM. Disk operations are not affected. This bug also affects the SAVE command.
V SHIFT+E
? + SVS |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |