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

446 B

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

Syntax

result$ = MKDMBF$(doublePrecisionVariableOrLiteral#)

Description

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

See Also