The file conversion worked as advertised! The data is now in a CSV file, so now on to getting the vb program up and running.
Thanks for your help.
Search found 4 matches
- Mon Oct 12, 2009 4:31 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: data file conversion
- Replies: 6
- Views: 11918
- Sat Oct 10, 2009 6:21 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: data file conversion
- Replies: 6
- Views: 11918
data file conversion
I'll give it a try and let you know.
Thanks again
Thanks again
- Fri Oct 09, 2009 9:02 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: data file conversion
- Replies: 6
- Views: 11918
data file conversion
Thanks for the reply. If I create a new data file using a print # statement in a utility program, will I need to create an artificial extension on the file (eg mdf) for vb to recognize the file? VB certainly doesn't like the format in its current state. Yes, the data in this file goes back to 1992 a...
- Fri Oct 09, 2009 8:26 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: data file conversion
- Replies: 6
- Views: 11918
data file conversion
I have a rather large data file created using QBasic (and using MBF numeric data format). I hope at some point to try vBasic to mange this data file but would need to convert it to sdf format. Is there some utility that would convert a qbasic formatted data file to sdf for use in vbasic? Thanks for ...