1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/MKSMBF$.txt
2019-04-14 22:15:33 -03:00

19 lines
464 B
Plaintext

The [[MKSMBF$]] function encodes a single-precision IEEE number to a string value in the Microsoft Binary format.
{{PageSyntax}}
: {{Parameter|result$}} = [[MKSMBF$]]({{Parameter|singlePrecisionVariableOrLiteral!}})
{{PageDescription}}
* Encodes [[SINGLE]] values to [[STRING|string]] values in Microsoft Binary format.
* The resulting string value can be decoded using [[CVSMBF]].
{{PageSeeAlso}}
* [[MKDMBF$]]
* [[CVDMBF]], [[CVSMBF]]
{{PageNavigation}}