SecondBASIC Documentation v3

Home / Function Reference / PosY()

PosY()

Description: Returns the text cursors Y position.

Syntax:

PosY()

Example:

        Locate 10, 1
        Print PosY()