This sample text should be used with the SizeMove.prg routine.

Excerpts from "It Even Does Windows," by Eddie Saldana, Nantucket
News, Volume 3, Number 2.

Copyright (c) 1988 Nantucket Corporation.  All Rights Reserved.


SizeMove.prg uses a function to call MEMOEDIT(), with its specified
text passed as a parameter.  In this manner MEMOEDIT() becomes text
independent.  The function starts with a SAVE SCREEN.  SET KEYs are
used to save the Alt-M and Alt-S key sequences used to invoke the
procedures.  Variables "wtt," "wll," "wbb" and "wrr" are assigned as
window coordinates for both procedures.

Procedure Move_mode provides the facility to move the selected window
to any desired area on the screen.  This is done primarily by
returning INKEY() to "mink."  That value, in return, is evaluated. 
Then, based on that value, the window coordinates are re-evaluated
against the pre-defined coordinates of the screen.  Once the four
window coordinate variables are re-evaluated the screen is restored
and repainted into the new area.

Procedure Size_mode is similar to Move_mode, with this fundamental
difference.  In order for Size_mode to have the capability to re-size
the window area, it uses the evaluating logic expression function
IF().  Again based on the INKEY() value returned by "mink," each
window coordinate variable is constantly assigned a new value from
the logic evaluation of the same variable against a pre-defined
window size.

-----
Nantucket and Clipper are registered trademarks; and Nantucket News
is a trademark of Nantucket Corporation.
