RESTORE

Synopsis
RESTORE caption
Description

Restores (unminimizes or unmaximizes) the window whose title matches caption to the size and position it had before it was minimized or maximized.

A window's "caption" is not the same as the window's "name" used by the windows commands.

Example
TO HIDEANDSHOW
  MINIMIZE "FMSLogo
  WAIT 120
  RESTORE "FMSLogo
END

HIDEANDSHOW
See Also
MAXIMIZE
MINIMIZE

SourceForge.net Logo