AMOSi:Size

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Defines the size of the area to be saved underneath the dialogue box.


an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Autocentering.AMOS


SI width,height;


Specifies a save area from the coordinate base (x,y) to (x+width,y+height). The area can now be set up with a SA command.