Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
CVxMBF, MKxMBF$ Functions
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Converts Microsoft-binary-format (MBF) numeric strings to IEEE-format
numbers (CVSMBF, CVDMBF); converts IEEE-format numbers to Microsoft-binary-
format numeric strings (MKSMBF$, MKDMBF$).
CVxMBF(string$)
MKxMBF$(numeric-expression)
■ x One of the following letters, indicating the type of the
expression to convert:
Function Expression Type Return Value
════════ ════════════════════════ ════════════════════════
CVSMBF 4-byte string Single-precision (IEEE)
CVDMBF 8-byte string Double-precision (IEEE)
MKSMBF$ Single-precision numeric 4-byte (MBF)
MKDMBF$ Double-precision numeric 8-byte (MBF)
■ string$ Any valid string expression
See Also
◄CVx Functions► ◄MKx$ Functions►
◄String Operations►