•  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-FileSHEL_GET(len,x$)

len: iexp
x$: svar

This function reads data from the GEMDOS environmental string buffer (into
which the file DEKTOP.INF is read on start-up).

Returns 0 if an error occurred.

    len - Number of byte to be read.
    x$  - Returns data read.

Example:

    PRINT SHEL_GET(500,x$)
    PRINT x$
    ~INP(2)

--> Either the contents of DESKTOP.INF or data for the default Desktop is read
    into x$, and printed.

shel_get()+