Tuesday, August 31, 2010

Visual Basic Math Function : Str

Purpose : the Str function converts a numeric expression to a string .

Syntax :
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 .

No comments:

Post a Comment