1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/MKSMBF$.md
2022-12-24 19:12:43 -06:00

446 B

The MKSMBF$ function encodes a single-precision IEEE number to a string value in the Microsoft Binary format.

Syntax

result$ = MKSMBF$(singlePrecisionVariableOrLiteral!)

Description

  • Encodes SINGLE values to STRING values in Microsoft Binary format.
  • The resulting string value can be decoded using CVSMBF.

See Also