MAXIMIZE

Synopsis
MAXIMIZE caption
Description

Maximizes the window whose title matches caption.

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

Example
TO MAXLOGO
  MAXIMIZE "FMSLogo
  WAIT 120
  RESTORE "FMSLogo
END

MAXLOGO
See Also
MINIMIZE
RESTORE

SourceForge.net Logo