1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00
qb64/internal/help/MKSMBF$.txt

19 lines
464 B
Plaintext
Raw Normal View History

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