local Fnum as LONG
Fnum=FREEFILE
SEEK(#Fnum) ' compile error SEEK(Fnum) works
PUT$ or GET$ #FNUM works and also with just Fnum
So is it save to only use Fnum and is it save I declare it as long instead off integer?
Fnum=FREEFILE
SEEK(#Fnum) ' compile error SEEK(Fnum) works
PUT$ or GET$ #FNUM works and also with just Fnum
So is it save to only use Fnum and is it save I declare it as long instead off integer?
Comment