1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 17:45:20 +00:00
qb64/internal/help/MKSMBF$.md

16 lines
446 B
Markdown
Raw Normal View History

The [MKSMBF$](MKSMBF$) function encodes a single-precision IEEE number to a string value in the Microsoft Binary format.
## Syntax
> result$ = [MKSMBF$](MKSMBF$)(singlePrecisionVariableOrLiteral!)
## Description
* Encodes [SINGLE](SINGLE) values to [STRING](STRING) values in Microsoft Binary format.
* The resulting string value can be decoded using [CVSMBF](CVSMBF).
## See Also
* [MKDMBF$](MKDMBF$)
* [CVDMBF](CVDMBF), [CVSMBF](CVSMBF)