[Implemented] Change file usage pointers inside commands
Posted: Thu Dec 13, 2001 5:34 am
Restored from previous forum. Originally posted by Fangbeast.
Instead of using UseFile(#FileNumber), could we please have the standard BASIC way of doing it to save confusion and looping?? I've had lots of lockups till I figured this out.
Such as :
PrintN(1, $StufftoPrint$)
instead of
UseFile(1)
PrintN($StufftoPrint$)
Less code, More intuitive as far as past Basic experience goes. I open a lot of files you see.
:)
Fangles
Fangles
Instead of using UseFile(#FileNumber), could we please have the standard BASIC way of doing it to save confusion and looping?? I've had lots of lockups till I figured this out.
Such as :
PrintN(1, $StufftoPrint$)
instead of
UseFile(1)
PrintN($StufftoPrint$)
Less code, More intuitive as far as past Basic experience goes. I open a lot of files you see.

Fangles
Fangles