TAB

s = TAB (n)

Moves cursor position to the nth column. the return value s contains the escape sequence for moving the cursor.

Example

print tab(1); "1 tab"
print tab(2); "2 tabs"

s = tab(3)
print s; "3 tabs"
Console
If there is insufficient information on this page and you wish learn more about TAB, please send an email to smallbasic@gmail.com. You can help to improve information about TAB by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.