RTTSoftware Support Forum

PDF Explorer => General => Topic started by: Padanges on December 16, 2016, 09:16:17 AM

Title: Clear Echo log
Post by: Padanges 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
Title: Re: Clear Echo log
Post by: RTT on December 18, 2016, 12:55:40 AM
I've now modified the echo method (http://www.rttsoftware.com/Manuals/Index.htm?pageURL=PDFE/English/MyScriptsAPI.htm#PDFE_Echo) 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.