Re: printf function meaning and applications? [message #80148] |
Thu, 26 April 2012 09:54 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
>
> Orion Bellorado writes:
>
>> I am using a program called write_data.pro and I don't know what this
>> command line does. Can anyone help me?
>
> I'm pretty sure it writes data. ;-)
>
> Is there a documentation header in the file? Have you read
> it? Where did you find this routine? Did the person who
> supplied it provide any documentation?
Oh, sorry, you were asking about PrintF. That routine
writes to a file (PRINT to a File). To learn more, type
this:
IDL> ? printf
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: printf function meaning and applications? [message #80149 is a reply to message #80148] |
Thu, 26 April 2012 09:49  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Orion Bellorado writes:
> I am using a program called write_data.pro and I don't know what this
> command line does. Can anyone help me?
I'm pretty sure it writes data. ;-)
Is there a documentation header in the file? Have you read
it? Where did you find this routine? Did the person who
supplied it provide any documentation?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|