qb45advr.hlp (Topic list)
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.
.cvsr
:nCVSMBF and CVDMBF Function Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
CVSMBF and CVDMBF Function Details
 
Syntax
  CVSMBF (4-byte-string)
  CVDMBF (8-byte-string)
 
The CVSMBF and CVDMBF functions help you read old random-access files
containing real numbers stored as strings in Microsoft Binary format.
These functions convert the string read from the old file to an
IEEE-format number:
 
  Function  Description
 
  CVSMBF    Converts a 4-byte-string containing a Microsoft Binary
            format number to a single-precision IEEE-format number.
 
  CVDMBF    Converts an 8-byte-string containing a Microsoft Binary
            format number to a double-precision IEEE-format number.