usr << output("text here","mygrid.grid")
but to use multiple without erasing the previous output like it does if I were to put:
usr << output("text here","mygrid.grid")
usr << output("more text","mygrid.grid")
Is there a line that I would have to add to keep it from overwriting the previous and would that even work or would it still be executed and put on the same line?
Lummox JR