STR$ String Representation of Numeric Expression s$ = STR$(numexpr) Returns the character representation of a number. numexpr A numeric expression. If numexpr is greater than 0, the string includes a leading space character (to accommodate a plus sign).