lotus

previous page: 06.005 How do I use DOS commands from the keyboard? ... from a program?
  
page up: Apple II Csa2 FAQs
  
next page: 06.007 How do I create new DOS 3.3 diskettes?

06.006 How do I use variables, say for file length, in a DOS command?




Description

This article is from the Apple II Csa2 FAQ, by Jeff Hurlburt with numerous contributions by others.

06.006 How do I use variables, say for file length, in a DOS command?

         Use variables in a command this way:

120 PRINT CHR$(4) "BSAVE NARF, A$2000, L"; NB

Line 120 says that the Length of NARF is the value of variable NB. NB is used
here to represent the number of bytes (in decimal) to be saved.

--------------------------
    

 

Continue to:













TOP
previous page: 06.005 How do I use DOS commands from the keyboard? ... from a program?
  
page up: Apple II Csa2 FAQs
  
next page: 06.007 How do I create new DOS 3.3 diskettes?