STRING
s = STRING ( count, {str | chr} )
Creates a new string, which repeats the string str
count
times. If instead of a string a number
chr
is given, chr
will be interpreted as an
ASCII-code and the corresponding character will be repeated
count
times.
Example
print string(4, "A") ' Output: AAAA
print string(4, "AB") ' Output: ABABABAB
print string(4, 65) ' Output: AAAA
Code samples using STRING
006 arrays+.bas
7gables.bas
B+B.bas
base64.bas
bb2fork smurf.bas
biorythms.bas
calc.bas
CSV_Viewer.bas
dmsareareadmd.bas
eliza.bas
Eliza.bas
esoteric.bas
Fifty50.bas
fiftyfifty v2.bas
form demo.bas
g1 Life.bas
g2 Life.bas
g3 Life.bas
g4 Life.bas
g5 Life.bas
g6 Life.bas
hangman v2.bas
hangman.bas
irc-bot.bas
klotski_solver.bas
klotski_solver.bas
mandelbrot explorer.bas
mastermind.bas
moonup.bas