|
Hi, I am trying to read in a plain text file line by line inside dashboard with ogscript. How do I detect the end of the file? When I use readLine() in a while loop I get "Wrapped java.io.EOFException (Element API#7)" when I am past the last line in the file. Below is the code I use: function ...
|