Re: Collecting Data in an Output File

2004-08-31 Thread Errin Larsen
On Tue, 31 Aug 2004 14:07:14 -0400 (EDT), Chris Devers <[EMAIL PROTECTED]> wrote: > On Tue, 31 Aug 2004, Errin Larsen wrote: > > > I am collecting temperature data from the CPUs in my system. <> > This is nitpicking, but have you considered inverting that? A format > like this might be easier

Re: Collecting Data in an Output File

2004-08-31 Thread Chris Devers
On Tue, 31 Aug 2004, Errin Larsen wrote: I am collecting temperature data from the CPUs in my system. I want to write this data into a comma-seperated text file, like so: CPU1,65,63,62,64 CPU2,65,64,64,62 CPU3,64,65,66,64 Each line represents one CPU's temperature readings. Each column represent