s$ = Gfa_Text
Gfa_Text = s$
s$ = Gfa_Text(n)
Gfa_Text Returns or sets the text of the current line, previous text will be deleted and leading spaces are ignored. Gfa_Text is more or less equivalent to Gfa_Col = _maxInt : Gfa_SelCol = 0 : Gfa_Replace s$.
Gfa_Text(n) returns the text of line n. The text is returned without leading spaces, even when the line is displayed indented. The indenting is performed dynamically when a line is written to the screen. The code text is reformatted continuously while editing. There is no Gfa_Text(n)= command.
Gfa_Insert, Gfa_Replace, Gfa_DeleteLines, Gfa_InsertLines
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}