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

Home » Public Forums » archive » Common trouble
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Common trouble [message #16787] Wed, 18 August 1999 00:00 Go to previous message
Kristian Kjaer is currently offline  Kristian Kjaer
Messages: 58
Registered: June 1998
Member
Q1: How do you delete a common block (other than by exiting IDL)?

Q3: Should commons be avoided altogether in IDL ?

Q2: Why does this not work (got the same with IDL 5.1 on linux):

IDL Version 5.0.3 (Win32 x86). Research Systems, Inc.

For basic information, enter "IDLInfo" at the IDL> prompt.

;;;;; (No startup file being run here!)

IDL> .r testcomn

common mycomblock,p,q,r
^
% P is already defined with a conflicting definition.
At: c:\tasclib.idl\special\testcomn.pro, Line 2

common mycomblock,p,q,r
^
% Q is already defined with a conflicting definition.
At: c:\tasclib.idl\special\testcomn.pro, Line 2

common mycomblock,p,q,r
^
% R is already defined with a conflicting definition.
At: c:\tasclib.idl\special\testcomn.pro, Line 2
% 3 Compilation errors in module TESTCOMN.

; begin code ----------------
pro testcomn,p,q,r
common mycomblock,p,q,r
return
end
; end code ----------------

Thanks, Kristian.
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: IDL and WAVE: # and types of users?
Next Topic: Re: Gif animated

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

Current Time: Wed Oct 08 19:09:47 PDT 2025

Total time taken to generate the page: 0.00744 seconds