comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » write data to an excell file
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
write data to an excell file [message #42482] Wed, 09 February 2005 01:51
Matthias Demuzere is currently offline  Matthias Demuzere
Messages: 9
Registered: April 2004
Junior Member
Dear,

I have a problem with writing data to an excell datasheet. My aim is to
write several columns to 1 same datasheet instead of writing the different
columns to different datasheets.

This is what i did untill now:
openw,10,'C:\RSI\IDL56SE\Output-Escompte\MarseilleObservatoi re.xls'
for hour=0,192 do begin
printf,10,xtt(hour)
endfor
close,10

openw,11,'C:\RSI\IDL56SE\Output-Escompte\MarseilleObservatoi re_T_E.xls'
for kk=0,192 do begin
printf,11,Tk(kk)
endfor
close,11

Now I woulf like for example print in the first column the time (hour),
expressed by kk, going from 0 to 192 hours.
In the second column of the same datasheet, i would like to write xtt (hour)
and in the third column of the same datasheet, i would like to write
Tk(hour)

Can anyone help me with that?

Kind Regard,

Matthias Demuzere
--
************************************************************
************************************************************
Physical and Regional Geography Research Group
Redingenstraat 16
B-3000 Leuven
Belgium

Tel: +32 16 326453
Fax: +32 16 326400
E-mail: Matthias.Demuzere@geo.kuleuven.ac.be
[Message index]
 
Read Message
Previous Topic: Positioning the file pointer at the END of the file?
Next Topic: 3D heart

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 06:41:31 PDT 2025

Total time taken to generate the page: 1.11968 seconds