String$

String = String$ ( Length , Pattern )

Returns a string containing Length times the Pattern.


Examples

PRINT String$(12, "*")

************


PRINT String$(2, "Gambas")

GambasGambas


See also

LTrim$ | Left$ | Lower$ / LCase$ | Mid$ | RTrim$ | Replace$ | Right$ | Space$ | Split | String$ | Subst$ | Trim$ | Upper$ / UCase$