Syntax :
Str ( numExpression )
numExpression : Numeric expression you want to convert to a string .
Str ( numExpression )
numExpression : Numeric expression you want to convert to a string .
A$ = Str ( 100 )
B$ = Str ( -100 )
The value of A$ becomes "100" and B$ "-100". string value return .
B$ = Str ( -100 )
The value of A$ becomes "100" and B$ "-100". string value return .
No comments:
Post a Comment