W wxdqz New Member Aug 22, 2008 #1 how can i open and read a text file from java script? like this: Begin Open file "arch.txt" as #1 read line #1 Linea while not eof#1 read line #1 Linea end while close #1 End
how can i open and read a text file from java script? like this: Begin Open file "arch.txt" as #1 read line #1 Linea while not eof#1 read line #1 Linea end while close #1 End