◄Syntax► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── STRING$(m%,n%) or STRING$(m%,stringexpression$) ■ m% A numeric expression indicating the length of the string to return. ■ n% An integer expression with a value between 0 and 255 that is the ASCII character code of the character that fills the string. ■ stringexpression$ A string whose first character fills the string. Returns A string whose characters all have a given ASCII code or whose characters are all the first character of a string expression. See Also ◄ASCII Character Codes►