◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── STRS$ returns a string representation of the value of numeric-expression. STR$(numeric-expression) Usage Notes ■ If numeric-expression is positive, the string returned by the STR$ function contains a leading blank. ■ The VAL function complements STR$.