TAB
s = TAB (n)
Moves cursor position to the n
th column. the return
value s
contains the escape sequence for moving the
cursor.
Example
print tab(1); "1 tab"
print tab(2); "2 tabs"
tab(3)
s = print s; "3 tabs"
Code samples using TAB
001 3 ways to print hello 5 times.bas
003 conditional branching.bas
7gables.bas
bplus paddleball.bas
btn 21.bas
conrec-sb-v01.bas
CSV_Viewer.bas
dmsareareadmd.bas
dogstar5.bas
filemanager.bas
fire demo.bas
galgenmann.bas
img2ascii.bas
irc-bot.bas
klotski_solver.bas
klotski_solver.bas
life.bas
palm_cli.bas
payment.bas
pdocview.bas
pirate.bas
realpolitik.bas
recognition_training_az.bas
rogue trader.bas
sphere.bas
startrek.bas
startrek.bas
subversion.bas
tabs2spaces.bas
Console
AT
BEEP
CAT
CLS
DEFINEKEY
FORM
INKEY
INPUT
LINEINPUT
LINPUT
LOCATE
LOGPRINT
NOSOUND
PEN
PLAY
PRINT
SOUND
TAB
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.