Author Topic: Clear Echo log  (Read 4896 times)

0 Members and 1 Guest are viewing this topic.

Padanges

  • Newbie
  • *
  • Posts: 179
Clear Echo log
« on: December 16, 2016, 09:16:17 AM »
Hi,
is it possible to clear IO Batch log using custom scripts? For example, after getting a log text I have a MsgBox which asks for further actions. I would like to have a new log session for later steps but can't find how to run it (without appending the log, or) without quitting current script.


Regards

RTT

  • Administrator
  • *****
  • Posts: 907
Re: Clear Echo log
« Reply #1 on: December 18, 2016, 12:55:40 AM »
I've now modified the echo method to be able to pass other options other than append.

pdfe.echo(String msg,[Integer color], [Integer option]),

option: none=0, append=1, replace=2, clrscr=3.