TAB()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
TAB( number )

Description:
Outputs spaces until the column indicated by 'number' has been reached on the console output.
If the TAB() target is before the current cursor position, the output advances to a new line.
The tab function will not work when printing to a file but will behave like the SPACE$ function.

 

PRINT "1";tab(20);"2";tab(10);"3"

Output:
1                  2
        3
       



Last edited: 15 December, 2020