Its working! [message #38809] |
Sun, 28 March 2004 12:09 |
Mathias Brandt
Messages: 4 Registered: March 2004
|
Junior Member |
|
|
Hi David!
Thank you VERY much for your advice (at such a blinding speed!)
The problem is now sorted!
Cheerio and best wishes from
Mathias Brandt
"David Fanning" <david@dfanning.com> schrieb im Newsbeitrag
news:MPG.1ad0d85ac172db01989721@news.frii.com...
> Mathias Brandt writes:
>
>> The program saves the array with the following sequence
>> ...
>> openw,1,'resultfile.dat'
>> printf,1,resultarr
>> close,1
>
> Use the WIDTH keyword to OPENW to define the line width to
> something other than the default 80 columns, For example:
>
> OpenW, 1, filename, Width=17*10L
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|