Community QBasic

Rebooting the QBasic we all know and love!


Project maintained by Cory Smith

CVSMBF

Converts an 4-byte string containing a single-precision value (created by MKSMBF$) from Microsoft binary format to IEEE format.

Syntax

CVSMBF(four_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