On Mar 7, 12:36 pm, "Haje Korth" <haje.ko...@[EMAIL PROTECTED]
> wrote:
> The only problem I find is that IDL and C format codes do not readily
mix.
> Can "\r\n" be translated to an IDL format code? H.
>
I hope this isn't a red herring, but how about...
openw,u,"file.txt",/get_lun & printf, u, "Doughnut", format
='($,A0,%"\r\n")'& free_lun ,u
Ben


|