Convert Microsoft BASIC Format Real Numbers to IEEE Format
December 6th, 2007, by Paul Lefebvre in Math, Source Code
A fellow REALbasic developer, Roger Oren, was kind enough to share this code to the REALbasic community. This code is a REALbasic module that converts the Microsoft BASIC Format real numbers into IEEE format real numbers (and back). It runs on all platforms. Download Convert MS BASIC Format REAL Numbers...