MKSMBF$ - mkilgore/QB64pe GitHub Wiki
The MKSMBF$ function encodes a single-precision IEEE number to a string value in the Microsoft Binary format.
- result$ = MKSMBF$(singlePrecisionVariableOrLiteral!)
- Encodes SINGLE values to string values in Microsoft Binary format.
- The resulting string value can be decoded using CVSMBF.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page