Just wondering (as i am new to scripting) if there is a way
to read output from the output window,like a world.ReadLine command or something(that would be nice!)
Currently I'm using the log txt file as my output source, but this is generally ineffective.
What I would like to be able to do is either
A)Have the logfile have X number of lines each time I login for a session, and only the output lines for the session, and the logfile acting like a buffer so that old lines get
trashed and new ones are placed on the stack/queue.
This is rather complex but attainable.
B)What would be simpler is to have some function that reads
line by line the output and then I can deal with said information from there.
Cheers, and thanks for any help.
Jon Gardner
to read output from the output window,like a world.ReadLine command or something(that would be nice!)
Currently I'm using the log txt file as my output source, but this is generally ineffective.
What I would like to be able to do is either
A)Have the logfile have X number of lines each time I login for a session, and only the output lines for the session, and the logfile acting like a buffer so that old lines get
trashed and new ones are placed on the stack/queue.
This is rather complex but attainable.
B)What would be simpler is to have some function that reads
line by line the output and then I can deal with said information from there.
Cheers, and thanks for any help.
Jon Gardner