Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>cvdmbf mbf double-precision string to ieee qb87 only</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CVDMBF                   MBF Double-Precision String to IEEE        QB87 only

 y! = CVSMBF(8-byte-string)

    Converts a string representation of a double-precision number in
    Microsoft Binary Format to an IEEE-format real.

   ----------------------------------------------------------------------

      Notes:    The IEEE format for real numbers offers more accuracy and
                range than the Microsoft Binary Format. But the IEEE
                format is supported only by the QB87 version of the
                compiler, and programs compiled with QB87 run only on
                machines equipped with 8087 or 80287 coprocessors.

                An alternative to converting MBF data with CVSMBF and
                CVDMBF is to compile the program with the /MBF command-
                line switch. This option converts numbers as they're read
                from a random file, then reconverts them before writing
                them back to the file.

See Also: CVS CVSMBF GET (File I/O) MKDMBF$ MKSMBF$

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson