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.

See also: Elementary Functions