BASIC FUNCTIONS
SECTION 5. 12
KILL
5. 12.3 Function KILL deletes a file in RAM storage,
Syntax KILL filename
Example KILL
11
FIRST.HBA
11
DeJ.etes FIRST.HBA
KILL A$
Deletes the filenan~ contained in A$
Remarks In order to KJJ.L a file the fileri;ime must be given either
explicitly or only using the
11
?
11
wildcard. Variable names
are accepted, but must contain actual filenames.
VER.V09F
NOTE: If the file does not exist, then no action is taken
and no wamine r.1essage issued.
If wildcards are used, then all files which conform to the
format. are erased, e.g. if
H.1 and H.2 exist as files,
theri:
KC!J. "rl,?"
will delete both of therri.
PAG~: 5 - 62