Skip to content

MKSMBF$

Samuel Gomes edited this page Nov 8, 2022 · 1 revision

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

Clone this wiki locally