CloseLog procedure
Prototype: |
procedure CloseLog; |
Description: |
The CloseLog procedure closes the log window. |
Syntax: |
CloseLog; |
Return value: |
none |
Example:
Begin
OpenLog('Processing summaries of measured trees');
Sleep(2000); //pause the script for 2 seconds
CloseLog;
End.
See also:
OpenLog; IsLogOpen; HideLog; ShowLog; LogWindowStayOnTop; MakeLogWindowStayOnTop; CloseLog;CloseLogWithDelay; Log; LogExt; LogTabStops
© 2024 IFER-Monitoring and Mapping Solutions