Community QBasic

Rebooting the QBasic we all know and love!


Project maintained by Cory Smith

CVDMBF

Converts an 8-byte string containing a double-precision value (created by MKDMBF$) from Microsoft binary format to IEEE format.

Syntax

CVDMBF(eight_byte_string)

Comments

CVDMBF, CVSMBF, MKDMBF$ and MKSMBF$ are useful for maintaining data files created with earlier versions of BASIC.

Example

See CVD.

See Also