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

Home » Public Forums » archive » writing multi-column text files
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
writing multi-column text files [message #36094] Mon, 18 August 2003 10:29
bradbury is currently offline  bradbury
Messages: 3
Registered: August 2003
Junior Member
I have a simple floating point array

DATA FLOAT = array[17,48]

that I would like to write to a text file.

This is how I am trying to do it:

openW, 1, 'new_data.txt'
printF, 1, data
close,1

The problem is that when I open the IDL-written text file outside of
IDL, it does not have the same dimensions as it should (17 columns,
and 48 rows). It only has six columns... and 3 times as many rows.

This seems like it should be VERY simple...
Thanks, in advance.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problem with SPAWN()
Next Topic: Re: writing multi-column text files

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

Current Time: Wed Oct 08 15:49:23 PDT 2025

Total time taken to generate the page: 0.00414 seconds