Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileWIND_OPEN(handle,wx,wy,ww,wh) handle, wx, wy, ww, wh: iexp This function draws on the screen a window previously created with WIND_CREATE(). Compare to OPENW. Returns 0 if an error occurred. handle - Identification number of the window. wx - Left x-coordinate. wy - Top y-coordinate. ww - Initial width of the window. wh - Initial height of the window. wind_set()+