MKSMBF$

From QB64 Phoenix Edition Wiki
Revision as of 16:33, 20 April 2022 by BigRon55 (talk | contribs) (Created page with "The MKSMBF$ function encodes a single-precision IEEE number to a string value in the Microsoft Binary format. {{PageSyntax}} : {{Parameter|result$}} = MKSMBF$({{Parameter|singlePrecisionVariableOrLiteral!}}) {{PageDescription}} * Encodes SINGLE values to string values in Microsoft Binary format. * The resulting string value can be decoded using CVSMBF. {{PageSeeAlso}} * MKDMBF$ * CVDMBF, CVSMBF {{PageNavigation}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link