CAT
s = CAT (x)
Returns an escape code to format a string. The values of
x
are listed in teh followin table:
x | format |
---|---|
0 | reset |
1 | bold |
-1 | bold off |
2 | underline |
-2 | underline off |
3 | reverse |
-3 | reverse off |
For more information about escape codes please see the article “Escape codes”.
Example
Color 14, 1
print Cat(1); "This is Bold text"; Cat(-1)
print
print Cat(2); "This is Underline text"; Cat(-2)
print
print Cat(3); "This is Reverse text"; Cat(-3)
print
' Cat(0) resets ALL attributes, including colors.
print Cat(1); Cat(2); "This is Bold & Underline text"; Cat(0)
print
print Cat(2); Cat(3); "This is Underline & Reverse text (with default colors)"; Cat(0)
Code samples using CAT
000 hello.bas
002 numeric variables.bas
3d rotating cube with message.bas
3d wire cube v1.bas
3dtictac.bas
3dttt.bas
3dttt.bas
7gables.bas
agendus.bas
amortig.bas
anball 1.0.bas
anomail.bas
another look at trig functions.bas
B+B.bas
base64.bas
bb2fork smurf.bas
betrayal: crows ii.bas
blackbox.bas
Blackbox.bas
block.bas
blushing snowflakes.bas
bolmo.bas
bomb.bas
bpf1.bas
bpf2.bas
bubbles and triangles.bas
bulls and cows.bas
calc.bas
Calendar.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 CAT,
please send an email to smallbasic@gmail.com. You can help to improve information about
CAT by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.