•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
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-FileWORK_OUT(x)

x: iexp

This function determines the values found in INTOUT(0) to INTOUT(44), PTSOUT(0)
and PTSOUT(11) after returning from the function V_OPNWK(). The index 'x' can
take values from 0 to 56 (see section VDI WORK_OUT() Array Table in the
Appendix).

Example:

    screen_width&=WORK_OUT(0)
    screen_height&=WORK_OUT(1)
    PRINT screen_width&,screen_height&,WORK_OUT(10)

--> The numbers 639 and 399 (in monochrome mode) for the screen width and
    height are printed, followed by a 1 for the number of the available
    character sets (WORK_OUT(10)).

Memo: This table has the following limit:
      WORK_OUT(0-56)