Str$ Function |
Syntax:
Str[$](Num)
Group:
Description:
Returns the string representation of Num.
Parameters:
Parameter |
Description |
Return the string representation of this numeric value. Positive values begin with a blank. Negative values begin with a dash '-'. |
Example:
Sub Main
Debug.Print Str$(9*9) ' 81
EndSub
See Also: