25.168. STRING(n,code)

[<<<] [>>>]

Create a string of length n containing characters code. If code is a string then the first character of the string is used to fill the result. Otherwise code is converted to long and the ASCII code is used.


[<<<] [>>>]