MKDMBF$

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search

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



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage