HTBasic Help
×
Menu
Index

VAL$

Converts a number into its string representation.
 
 VAL$( numeric-expression )
 
Usage:
A$=VAL$(12345)
CREATE "DATA."&VAL$(Version)
Example: VAL$.BAS
Description:
The returned string is in default print format, except that no trailing blanks are attached to the string and no leading blank is attached to positive numbers. VAL$ is the opposite of the VAL function.
See Also: