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

Home » Public Forums » archive » Re: How to save an floating-point array into a .dat 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
Re: How to save an floating-point array into a .dat file? [message #38810] Sun, 28 March 2004 11:41
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
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/
[Message index]
 
Read Message
Previous Topic: How to save an floating-point array into a .dat file?
Next Topic: Its working!

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

Current Time: Fri Oct 10 08:57:21 PDT 2025

Total time taken to generate the page: 0.00686 seconds