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.
_SetTextPosition Procedure
◄Summary► ◄Details► ◄Example► ◄Back►
Arguments
r, c Row and column coordinates in current text window
Description
The _SetTextPosition procedure moves the current text position
to the point (r,c) within the current text window. Subsequent text
output produced with the _OutText and _OutMem procedures (and with
standard I/O routines, such as Write and Writeln) starts at this
point. _SetTextPosition can be used in all video modes.
_GrStatus Returns
_GrParameterAltered