Re: output width [message #37203] |
Thu, 27 November 2003 03:33 |
marc schellens[1]
Messages: 183 Registered: January 2000
|
Senior Member |
|
|
Reimar Bauer wrote:
> Marc Schellens wrote:
>
>> Didn't use it for a long time and now I forgot how:
>> How to control the output string length (for files and standard output).
>> Ie: After how many output characters a newline is automatically
>> inserted by IDL.
>> Can anybody help me out?
>> Thanks,
>> marc
>>
>
> Dear Marc,
>
> there is a keyword "width" by openw
>
> openw,lun,width=2000,file,/get_lun
>
> is 2000 signs per line.
>
> Reimar
Thanks Reimar, thats it.
marc
|
|
|
Re: output width [message #37204 is a reply to message #37203] |
Thu, 27 November 2003 02:37  |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Marc Schellens wrote:
> Didn't use it for a long time and now I forgot how:
> How to control the output string length (for files and standard output).
> Ie: After how many output characters a newline is automatically inserted
> by IDL.
> Can anybody help me out?
> Thanks,
> marc
>
Dear Marc,
there is a keyword "width" by openw
openw,lun,width=2000,file,/get_lun
is 2000 signs per line.
Reimar
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
============================================================ =======
|
|
|