18 Oct 95 13:16, Zack Jones wrote to All:
ZJ> Howdy All!
ZJ> I'm just getting back into Basic programming and I've run into a
ZJ> problem. Take a look at this code:
ZJ> dim OneLine as string
ZJ> dim FileHandle1 as Integer
ZJ> FileHandle1 = FreeFile
ZJ> Open "FD.LOG" for input as FileHandle1
ZJ> While not(EOF(FileHandle1))
ZJ> Line Input #FileHandle1, OneLine
^
ZJ> 'Line Input #1, OneLine
ZJ> Wend
Zack:
Try it with the "#FileHandle1"
...Lou Sanders
--- GoldED/2 2.50.Beta6+
---------------
* Origin: Silicon Valley San Jose, Ca. Net Host (1:143/0)
|