MKx

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > String functions >

MKx

 

The MKx functions return the binary representations of a number as a string value.

 

Function   Result string    Numeric expression

MKBYT$     1-byte string    Byte

MKCUR$     8-byte string    Currency

MKCUX$     8-byte string    Extended-currency

MKD$       8-byte string    Double-precision

MKDWD$     4-byte string    Double-word

MKE$      10-byte string    Extended-precision

MKNumber$ 10-byte string    Extended-precision

MKI$       2-byte string    Integer

MKL$       4-byte string    Long-integer

MKQ$       8-byte string    Quad-integer

MKS$       4-byte string    Single-precision

MKWRD$     2-byte string    Word

 

 

See also: CVX functions