Tab
 
Sets the column when writing to screen or file

Syntax

Tab( column )

Usage

Print Tab( column ) [(, | ;)] ...

Parameters

column
column to move to

Description

Tab will move the cursor to column when Printing to screen or to a file.

Example

Print "foo"; Tab(5); "bar"
Print "hello"; Tab(5); "world"


Differences from QB

  • None.

See also