1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 05:50:22 +00:00
QB64-PE/internal/help/CVSMBF.txt

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}}