
-----------------------------------
vindicta
Tue Apr 29, 2008 6:44 pm

External Text file help
-----------------------------------
I am currenlt writing a program that requires lots of input from text files as well as output. I was wondering how I can get an entire line in the file rather that just a word.
Also if there are any other neat and handy codes that are useful in I/O data for text files please share:) 

Thank you

-----------------------------------
Nick
Tue Apr 29, 2008 6:45 pm

RE:External Text file help
-----------------------------------
get: fileStream, sentence:*

-----------------------------------
vindicta
Tue Apr 29, 2008 6:49 pm

Re: External Text file help
-----------------------------------
One of the few variations I didnt use. I knew it was * but just kept using incorrent syntax. Thanks for the help:) And props on the speedy reply ;)
