1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 18:25:13 +00:00
qb64/internal/help/CVSMBF.txt
2013-01-24 23:57:23 +11:00

18 lines
395 B
Plaintext

The '''CVSMBF''' function converts a 4-byte string containing a Microsoft Binary format value to a single precision IEEE-format number.
''Syntax:'' value! = CVSMBF(string_value)
* CVSMBF read [[RANDOM]]-access or [[BINARY]] files containing numbers stored as [[STRING|strings]] in the Microsoft Binary format.
''See also:''
* [[CVDMBF]]
* [[MKDMBF$]], [[MKSMBF$]]
{{PageNavigation}}