Tab
Previous  Next

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

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

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

Example:

        Tab 2, 4
        Print "Hello World"