Difference between revisions of "AMOSi:Wind Open"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

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.