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_sget()
Memo: This call is not built into so it's listed below:
FUNCTION wind_sget(w_handle&,w_field&,buff%)
$F%
GCONTRL(0)=104
GCONTRL(1)=4
GCONTRL(2)=1
GCONTRL(3)=0
GCONTRL(4)=0
GINTIN(0)=w_handle&
GINTIN(1)=w_field&
GINTIN(2)=CARD(SWAP(buff%))
GINTIN(3)=CARD(buff%)
GEMSYS
RETURN GINTOUT(0)
ENDFUNC