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

Home » Public Forums » archive » Re: What in the world does "Program code area full" mean?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: What in the world does "Program code area full" mean? [message #67690 is a reply to message #67689] Wed, 12 August 2009 14:18 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
steve.kaeppler writes:

> Actually, I will attach the code.

Oh dear. Who taught you how to write IDL code. :-(

Yes, IDL is really not designed to run one gigantic
line of code like this. You would be MUCH better
served if you did a global delete of all "&$" marks
and put an END at the end of your code, gave it
a name (something like "disaster.pro" would be OK),
and then "ran" it like this:

IDL> .run disaster

This would be called a main-level program. What you
are trying to run (I think) is a batch program. And it
is too big to be interpreted in one go. It will need
to be compiled.

But, there are MUCH better ways to write IDL code
than what you have here. :-)

Cheers,

David

--
David Fanning, Ph.D.
Coyote's Guide to IDL Programming (www.dfanning.com)
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Modis Conversion Toolkit Question
Next Topic: m choose n

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

Current Time: Sat Oct 11 07:29:30 PDT 2025

Total time taken to generate the page: 1.52274 seconds