how read flat file?

wxdqz

New Member
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
 
Back
Top