AMOSi:Wind Open

From Amiga Coding
Revision as of 02:45, 17 November 2007 by Spellcoder (talk | contribs) (Extracted from the AMOSPro V2.00 helpfile)
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.