Hello all
Im new to javascript. I have a text file and I want to open it and store whats in that line by line into a variable.
I tried some stuff like
filename = "file.txt"
result = filename.open ("r")
but im not sure what im doing
Please help
Thanks a million
Al
Im new to javascript. I have a text file and I want to open it and store whats in that line by line into a variable.
I tried some stuff like
filename = "file.txt"
result = filename.open ("r")
but im not sure what im doing
Please help
Thanks a million
Al
Comment