1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/help/MKSMBF$.txt

17 lines
334 B
Plaintext

The '''MKSMBF$''' function converts a single-precision IEEE number to a string value in the Microsoft Binary format.
''Syntax:'' MKDMBF$(single-precision-expression!)
* Converts [[SINGLE]] values to [[STRING|string]] values in Microsoft Binary format.
''See also:''
* [[MKDMBF$]]
* [[CVDMBF]], [[CVSMBF]]
{{PageNavigation}}