◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── STRING$ Function Details Syntax STRING$(m,n) STRING$(m,stringexpression) Argument Description m A numeric expression indicating the length of the string to return. n The ASCII code of the character to use to build the string. It is a numeric expression that evaluates to an integer value in the range 0-255. stringexpression The string expression whose first character is used to build the return string.