Syantax :
Hex ( numExpression )
numExpression : Numeric expression to be conerted to hexadecimal notation.
Hex ( numExpression )
numExpression : Numeric expression to be conerted to hexadecimal notation.
A% = 140
B$ = Hex ( A% )
This example places a string with thehexadecimal value "8C" into the variable B$.
B$ = Hex ( A% )
This example places a string with thehexadecimal value "8C" into the variable B$.
No comments:
Post a Comment