Sets the column when writing to screen or file
Syntax
Tab( column )
Usage
Print Tab( column ) [(, | ;)] ...
Parameters
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
See also