Re: [Tutor] help cvs module writerow issue (Now Fixed)

2009-08-21 Thread David Jamieson
> Hi All, > > I am looking to make an append to csv file function more dynamic by > allowing it to receive a variable number of arguments to write out to > a single a csv file row. The funtion is an append to file function > that writes out test date to a csv file. Reason for trying to make it > dy

Re: [Tutor] help cvs module writerow issue

2009-08-20 Thread Kent Johnson
On Thu, Aug 20, 2009 at 8:30 AM, David Jamieson wrote: > Hi All, > > I am looking to make an append to csv file function more dynamic by > allowing it to receive a variable number of arguments to write out to > a single a csv file row. The funtion is an append to file function > that writes out tes

[Tutor] help cvs module writerow issue

2009-08-20 Thread David Jamieson
Hi All, I am looking to make an append to csv file function more dynamic by allowing it to receive a variable number of arguments to write out to a single a csv file row. The funtion is an append to file function that writes out test date to a csv file. Reason for trying to make it dynamic is to a