MKDMBF$

From QB64 Wiki
Revision as of 13:16, 12 October 2017 by imported>SMcNeill (-)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page