•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  STG Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : GFA-Basic Editor
Author      : Lonny Pursell
Version     : GBE.HYP v3.74 (12/31/2023)
Subject     : Programming/Documentation
Nodes       : 171
Index Size  : 4296
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Default
@help       : STG Help
@options    : +g -i -s +z
@width      : 75
@hostname   : THING   
@hostname   : STRNGSRV
@hostname   : HIGHWIRE
@hostname   : CAB     
View Ref-FileCursor must be sitting on an INLINE, #ASM, or #INC command when clicked. This
option creates a default source listing in the project path.

For the INLINE command this is based on the varaible name.

Example:
  INLINE test%,256 -> test.s

Note: Inlines associated with source files cannot have a period in the
      variable name. Use an underscore instead.

For the #ASM command the file name provided will be created.

Example:
  REM #ASM test.s -> test.s

For the #INC command the file name provided will be created.

Example:
  REM #INC test.lst -> test.lst