1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-04 06:00:24 +00:00
QB64-PE/internal/help/MKSMBF$.txt

17 lines
334 B
Text
Raw Normal View History

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}}