Search found 3 matches

by shawnvdm
Sun Jul 29, 2007 7:46 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: moving csv data from column to row
Replies: 3
Views: 6325

this is as far as I got. rem Declare variables numrecords=10000000 rem make bigger than needed dim readdataset$(numrecords) dim shared testdataset$(numrecords) dim shared readtimestamp$(numrecords) dim mill$(numrecords) dim readdata$(numrecords) rem as double dim shared uniquechange(numrecords) dim ...
by shawnvdm
Sat Jul 28, 2007 1:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: moving csv data from column to row
Replies: 3
Views: 6325

Hi Stoves The data is "Instrument 5", "2004/05/06 07:55", "554","1004" "Instrument 5", "2004/05/06 07:58", "553","999" "Instrument 5", "2004/05/06 08:05", "556","1100" list carries...
by shawnvdm
Fri Jul 27, 2007 9:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: moving csv data from column to row
Replies: 3
Views: 6325

moving csv data from column to row

I seem to have lost my first entry, so here it is again. I last programmed some 20 yrs ago with a zxspectrum and am finding myself a bit rusty. I have a csv file with data arranged as follows: data-name1, timestamp, useless-number-data, number-data data-name1, timestamp, useless-number-data, number-...