Locate
Previous  Next

Description: Sets the text cursor to <Row>, <Column>

     Syntax:
     
Locate [<Row>], [<Column>]

Part
Description
<Row>
Optional. Sets the text cursor to the specified row. If omitted, the cursor row is not changed.
<Column>
Optional. Sets the text cursor to the specified column. If omitted, the cursor column is not changed

Example:

        Locate 2, 4
        Print "Hello World"