Stuart McLachlan
stuart at lexacorp.com.pg
Fri Apr 29 21:39:13 CDT 2005
On 29 Apr 2005 at 22:28, Annie Courchesne, CMA wrote: > Hi everyone, > > Anyone out there with a idea on how to import data from a .DAT file that was > created with quick basic a few years ago? > QuickBasic didn't have a built in data format, it could be anything. You'll need to open the file with hex editor and work out exactly how the data is stored in it before you can do anything with it. -- Stuart