Difference between revisions of "CLOSE"
Jump to navigation
Jump to search
(Created page with ''''CLOSE''' closes an OPEN file. ''Useage:'' CLOSE can close individual files by using the OPEN filenumber. CLOSE #2 CLOSE can close a few files by using a few filenumbers…') |
|||
Line 1: | Line 1: | ||
'''CLOSE''' closes an [[OPEN]] file. | '''CLOSE''' closes an [[OPEN]] file. | ||
− | ''Useage:'' CLOSE can close individual files by using the OPEN filenumber | + | ''Useage 1:'' CLOSE can close individual files by using the OPEN filenumber: |
− | CLOSE #2 | + | ''Example 1:'' CLOSE #2 |
− | CLOSE can close a few files by using a few filenumbers: | + | ''Useage 2:'' CLOSE can close a few files by using a few filenumbers: |
− | CLOSE #1, #2, #3 | + | ''Example 2:'' CLOSE #1, #2, #3 |
− | CLOSE can close all OPEN files: | + | ''Useage 3:'' CLOSE can close all OPEN files: |
− | CLOSE | + | ''Example 3:'' CLOSE |
Revision as of 09:12, 28 August 2009
CLOSE closes an OPEN file.
Useage 1: CLOSE can close individual files by using the OPEN filenumber:
Example 1: CLOSE #2
Useage 2: CLOSE can close a few files by using a few filenumbers:
Example 2: CLOSE #1, #2, #3
Useage 3: CLOSE can close all OPEN files:
Example 3: CLOSE