[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PosCursor


Purpose   Moves text cursor.

Decln.    PosCursor(X,Y:byte);

Remarks   X, Y are the new cursor coordinates.

          This is similar to Turbo's GotoXY procedure, except the Turbo
          "window" coordinates are ignored.

Example

BEGIN
    POSCURSOR(10,15);
END;

See Also: OffCursor OnCursor SizeCursor FindCursor
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson