Clear the Output Panel
-
rvyoung
- Posts: 4
- Joined: 28 Feb 2019, 18:50
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
-
fabdev
- Posts: 576
- Joined: 03 Dec 2018, 21:43
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.
-
rvyoung
- Posts: 4
- Joined: 28 Feb 2019, 18:50
Re: Clear the Output Panel
Thanks for the help, Fabio! Rick