Please help with my implementation of inputStream

Community Forums/General Help/Please help with my implementation of inputStream

Blitzplotter(Posted 2016) [#1]
inputStream.Eof

The following code compiles fine, in Monkey, using HTML5 as a target, with the following 4 lines commented out:



'While (Not (inputStream.Eof))
' Read the current line.
' Local line:= inputStream.ReadLine()
'Wend




Resolved on the Monkey Community forum, thanks anyways ;)


Blitzplotter(Posted 2016) [#2]
Resolved within the HTML5 topic on the Monkey Forum - thanks.