Purpose |
Convert
| ||||||||||||||||||||||||||||||||||||
Syntax |
DataTypeString$ = MKBYT$(byte_expr) DataTypeString$ = MKCUR$(currency_expr) DataTypeString$ = MKCUX$(extended_currency_expr) DataTypeString$ = MKD$(double_precision_expr) DataTypeString$ = MKDWD$(double_word_expr) DataTypeString$ = MKE$(extended_precision_expr) DataTypeString$ = MKI$(integer_expr) DataTypeString$ = MKL$(long_integer_expr) DataTypeString$ = MKQ$(quad_integer_expr) DataTypeString$ = MKS$(single_precision_expr) DataTypeString$ = MKWRD$(word_expr) | ||||||||||||||||||||||||||||||||||||
Remarks |
The MKx functions return the binary representations of a number as a string value. Do not confuse these functions with the STR$ and FORMAT$ functions (which return a printable ASCII representation of a numeric expression as a string (e.g., "-42.75"). The CVx functions are complementary to the MKx functions. They convert the binary representation in a string to an actual numeric value:
| ||||||||||||||||||||||||||||||||||||
See also |