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

Home » Public Forums » archive » what am I doing wrong?
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
what am I doing wrong? [message #13038] Mon, 05 October 1998 00:00
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
I have a script that does...

> anydata, subtemp, 45.0, 40.0, -71.5, -65.0, inbounds
>
> print, subtemp
> print, inbounds
>
> if (inbounds eq 1) then begin
> openw, tarunit, 'tarfile.include', /GET_LUN
> printf, tarunit, l1a
> printf, tarunit, ozonefile
> printf, tarunit, metFile1
> printf, tarunit, metFile2
> printf, tarunit, 'SEAWIFS_SENSOR_CAL.TBL'
> close, tarunit
> endif

When I run it, I get

> S1998228192646.SST
> 0

and tarfile.include is created, which since inbounds is 0, shouldn't
happen... can anyone explain why it's not working or some additional
diagnostics that might point to the cause?

TIA,
Bruce
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Would you consider this a bug?
Next Topic: PRINT_FILE?

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

Current Time: Wed Oct 08 19:34:40 PDT 2025

Total time taken to generate the page: 0.00554 seconds