Str$() |
Previous Next |
Str$(<Expression>)
|
Part
|
Description
|
<Expression>
|
Required. The expression to convert to a string.
|
a = 50
b$ = Str$(a)
Print b$
|