Basic/data/HELP/STRING$

14 lines
135 B
Plaintext
Raw Normal View History

2014-04-30 20:24:00 +02:00
STRING$-Stringfunktion
Syntax:
STRING$ (a,String)
String wird Anzahl a
wiederholt
Bsp.:
PRINT STRING$(5,"HI")
Ausgabe:
HIHIHIHIHI