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

Home » Public Forums » archive » Re: Correct format of "included" files (using "at" sign)
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: Correct format of "included" files (using "at" sign) [message #1847 is a reply to message #1844] Tue, 01 March 1994 18:11 Go to previous messageGo to previous message
Jackel is currently offline  Jackel
Messages: 30
Registered: April 1993
Member
In article <Mar1.191234.31054@acs.ucalgary.ca> steele@wesson.phys.ucalgary.ca (Dave Steele) writes:
> From: steele@wesson.phys.ucalgary.ca (Dave Steele)
> Subject: Correct format of "included" files (using "at" sign)
> Date: Tue, 1 Mar 1994 19:12:34 GMT
> Keywords: IDL, "at" sign, substituted code

> I'm trying to use the "at" sign (the $%^&*! 'xrn' editor won't let

...Text deleted

> --
> David Steele | Internet : steele@wesson.phys.ucalgary.ca
> Department of Physics and Astronomy | SPAN : CANCAL::STEELE
> The University of Calgary | Phone : +1 403 220 8651
> OPINIONS EXPRESSED WITHIN ARE MY OWN AND NOT THOSE OF THE UNIVERSITY OF CALGARY

Could you be more specific about what you're trying? On the PC I can make a
program TEST.PRO as follows:

------------------------------------------------------------ --------------
pro TEST

print,'This program tests include blocks'
@c:\idl\test.1
print,'The end'

end
------------------------------------------------------------ ---------------

where the file c:\idl\test.1 is just:

------------------------------------------------------------ --------------
FOR i=0,10 DO BEGIN
print,i
ENDFOR
------------------------------------------------------------ ---------------

and it works fine. The only way I can create problems is to put a space
before the @ sign, and then it just won't compile. Is the above code
basically what you want to do, or have I misunderstood?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: What's happening at support@pvi.com
Next Topic: rotate y axis values

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

Current Time: Fri Oct 10 03:47:20 PDT 2025

Total time taken to generate the page: 0.89813 seconds