ilich
02-18-2003, 07:48 AM
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
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