Clearing a script execution console on MyChat Server Admin panel.

 

Text console of MyChat Server scripts

 

Syntax

procedure mClearConsole;


Function result

Text field with the script execution protocol will be cleared.

 

Example


begin
  mLogScript('One...', '');
  mLogScript('Two...', '');
  mLogScript('Three...', '');
  
  mClearConsole;
end.


Script work result

[17:45:59] (Run "mClearConsole"): Script operation time: 8 ms

[17:45:59] (Run "mClearConsole"): Script done successfully.

 
See also

mLogScript

Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease