Re: counting the amount of items in a csv

2005-02-01 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hmm... put URL ("file:" & WhicheverCSVFile) into Fred put the number of items in line 1 of Fred into TheKount Should have the same effect, but it is a bit shorter. On Feb 1, 2005, at 12:37 PM, [EMAIL PROTECTED] wrote: open file WhicheverCSVFile read fro

Re: counting the amount of items in a csv

2005-02-01 Thread Cubist
sez [EMAIL PROTECTED]: >I am interested in counting the amount of items in the first line of a >csv. > >How would I do this? First off, be aware that CSV is evil. CSV isn't *one* file format, it's an arbitrary collection of independently-developed file formats which differ from each other in a

Re: counting the amount of items in a csv

2005-01-31 Thread Sarah Reichelt
I am interested in counting the amount of items in the first line of a csv. How would I do this? set the itemDelimiter to comma -- which it already is unless you changed it earlier in the same handler get the number of items in line 1 of myCSV This will work unless there are commas inside quot

counting the amount of items in a csv

2005-01-31 Thread Bob Hartley
Hi All. I am interested in counting the amount of items in the first line of a csv. How would I do this? cheers bob; being lazy tonight -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.2 - Release Date: 28/01/2005 __