String(n:Int, [s:Str]):Str
String$(n:Int, [s:Str]):Str

Replicate string. Returns a string that contains n copies of s. If s is not specified, returns a string containing n spaces.

If any parameter is EMPTY, this function returns EMPTY.

Since: PCC 0.98.5, PCC2 1.99.8

See also: Elementary Functions