forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
gettextposition
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The gettextposition subroutine returns the current text position as
     an rccoord structure (defined in FGRAPH.FD). The structure is
     returned in the <pos> argument.
 
     The text position given by the coordinates (1,1) is defined as the
     upper left corner of the text window.
 
     Text output from the outtext routine begins at the current text
     position. Font text is not affected by the current text position.
     Font text output begins at the current graphics output position,
     which is a separate position.
 
     Return Value
 
     None.
                                    -♦-