If it is necessary to convert data back to the old format, use mksmbf$ and mkdmbf$.
open "dbltab" as 1 len=1024 for i% = 0 to 9 for j% = 0 to 1024 - 8 step 8 field #1, j% as dummy$, 8 as a$ lset a$ = mkd$(cvdmbf(a$)) next j% next i% close #1converts 1280 double-precision numbers from the file "dbltab" in place from the old format to the modern format.
If you don’t understand these functions, you probably don’t need them.
from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber