Command Reference : Command Reference
  
 
logclear
Clears the log window corresponding to the program.
Use this command any time from within a program to clear the program log.
Syntax
logclear(options)
Options
 
name=arg
Name of the message log.
filename=arg
Name of the message log file to store the messages.
Examples
To clear the contents of the message log FIRSTRUN:
logclear(name=”firstrun”)
To clear the contents of the message log FIRSTRUN and delete the file C:\MYFILE.TXT:
logclear(name=”firstrun”, filename=”c:\myfile.txt”)
Cross-references
See “Program Message Logging” for details.
See also logmode, logmsg, logclose, and logsave.