AMOSi:Wind Open

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

an example can be found on AMOSPro_Examples:Examples/H-3/Help_31.AMOS


Opens a new text window on the screen. This will be used by all future PRINT,INPUT, or cursor commands.


Wind Open n,x,y,w,h
Wind Open n,x,y,w,h,border

x,y are the screen coordinates of the window. The X coordinate's rounded to the nearest multiple of sixteen.


w,h enter the width and height of the window in characters. They must divide evenly by 2.


border is an option border ranging from 1 to 16. Only borders 1 through 3 are presently available.