Clear the Output Panel
Clear the Output Panel
Is there a way to clear the output panel from a script? I'm running a script on a 24-hour loop and save the output panel at the end of the loop. Saving the panel currently contains output from prior loops as well. I'd like to clear the panel at the beginning of each 24-hour loop. Thanks, Rick
Re: Clear the Output Panel
yes, the instruction is the classic: cls
I see that it's not documented by the way, this will be fixed in SP4.
Meanwhile, here is some info: https://en.wikipedia.org/wiki/CLS_(command)
Fabio.
I see that it's not documented by the way, this will be fixed in SP4.
Meanwhile, here is some info: https://en.wikipedia.org/wiki/CLS_(command)
Fabio.
Re: Clear the Output Panel
Thanks for the help, Fabio! Rick