MKSMBF$
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
The MKSMBF$ function encodes a single-precision IEEE number to a string value in the Microsoft Binary format.
Syntax
- result$ = MKSMBF$(singlePrecisionVariableOrLiteral!)
Description
- Encodes SINGLE values to string values in Microsoft Binary format.
- The resulting string value can be decoded using CVSMBF.
See also