The "open" function suggests that it can be used for a world file or a text (.txt) file.
I have another app that writes data to a .txt file occasionally that I'd like to read into mushclient, but beyond the documentation for the open(filename) function I can't see anything to read lines, characters, whatever from the file.
Is the file just read in as a block of text to the variable specified eg:
var somevar = open(filename);
Pompey1
I have another app that writes data to a .txt file occasionally that I'd like to read into mushclient, but beyond the documentation for the open(filename) function I can't see anything to read lines, characters, whatever from the file.
Is the file just read in as a block of text to the variable specified eg:
var somevar = open(filename);
Pompey1