Navigation:  thinBasic Modules > Core > String handling >

MKx

Previous pageReturn to chapter overviewNext page

 

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

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

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com