ID:147656
![]() Feb 16 2004, 2:44 pm
|
|
How can I take the text from a .txt file and display it to the usr?
|
![]() Feb 16 2004, 2:49 pm
|
|
file2text()
|
Kijokiha wrote:
That displays the file dir, not the text inside the .txt file. :P On the contrary, it does display the text in the file. var/buffer = "I am text!" |
You must not be doing something right. file2text() does just that, take text from a file a return it as a text string.
flist() returns the directory contents. |