9.0

243
Str$ Function
Syntax
Str[$](Num)
Group
String
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( ).
Example
Sub Main
Debug
.Print Str$(9*9) ' 81
End
Sub
Strarray definition
A variable that holds an array of string values. The name of a string variable may be followed by a $.
StrConv$ Function
Syntax
StrConv[$](Str,Conv)
Group
String
Description
Convert the string.
Parameter Description
Str Convert this string value. If this value is Null then Null is returned.
Conv This numeric value indicates the type of conversion. See conversion table below.
Conv Value Effect