Field-Map Scripting

4.1.1.3.4 ShowLog

ShowLog procedure


Prototype:

procedure ShowLog;

Description:

To be used after HideLogprocedure to make the log window to appear again.

Syntax:

ShowLog;

Return value:

none



Example:


Begin
  OpenLog('Processing summaries of measured trees');

  HideLog;     
  Sleep(2000);     //pause the script for 2 seconds
  ShowLog;  

End.



See also:                

OpenLog; IsLogOpen; HideLog; ShowLog; LogWindowStayOnTop; MakeLogWindowStayOnTop; CloseLog;CloseLogWithDelay; Log; LogExt; LogTabStops