Str$ Function
Syntax
Str[$](Num)
Group
Description
Return the string representation of Num.
Parameter | Description |
---|---|
Len | Return the string representation of this numeric value. Positive values begin with a blank. Negative values begin with a dash '-'. |
See Also: CStr( ), Hex$( ), Oct$( ), Val( ).