Re: Simple, strange bug with .compile [message #7472] |
Mon, 18 November 1996 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Joe Means <Means@fsl.orst.edu> writes:
> Sometimes .compile can find my .pro file and sometimes not. I have
> written simple test programs and the problem looks like this:
>
> files
> ------
> compt1.pro [works!] Contains: .compile imhfiles
> Is a 1-line file with no blanks or (cr) at end of line.
>
> compt2.pro [works!] Contains: .compile imhfiles
> Is a 1-line file with 1 blank and no (cr) at end of line.
>
> compt3.pro [not work!?] Contains: .compile imhfiles
>
> Is a 2-line file with 1 blank and one (cr) at the end of the first line,
> and nothing on the second line.
>
> This simple line of code does not work within the batch file I am
> working on.
>
> Ideas?
I can't get this to break on my Mac. Are you invoking the batch file
with the @ sign?
IDL> @compt3.pro
David
*************************************************
* David Fanning, Ph.D.
* 2642 Bradbury Court, Fort Collins, CO 80521
* Phone: 970-221-0438 Fax: 970-221-4762
* E-Mail: davidf@dfanning.com
*
* Sometimes I go about pitying myself, and all along my
* soul is being blown by great winds across the sky.
* -- Ojibway saying
************************************************
|
|
|