forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
MKDMBF$
github-actions[bot] edited this page Jun 16, 2022
·
6 revisions
The MKDMBF$ function encodes a double-precision IEEE number to a string value in the Microsoft Binary format.
- result$ = MKDMBF$(doublePrecisionVariableOrLiteral#)
- Encodes DOUBLE values to string values in Microsoft Binary format.
- The resulting string value can be decoded using CVDMBF.
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page