Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/undefine.html

    r234 r242  
    6363     
    6464 erase a variable 
    65  same thing that delvar but usable in a program and usable 
     65 same thing like <proidl>delvar</proidl> but usable in a program and usable 
    6666 for one variable simultaneously 
    6767 
     
    123123 <a href="http://www.dfanning.com"/> : 
    124124QUESTION: How do I make an IDL variable have a type "undefined"? 
    125 ANSWER: At the main IDL level you can use the IDL procedure DELVAR to 
     125ANSWER: At the main IDL level you can use the IDL procedure <proidl>DELVAR</proidl> to 
    126126delete an IDL variable and make it undefined. Inside of procedures 
    127 and functions, I use this little program named UNDEFINE that I got 
     127and functions, I use this little program named <a href=".//UNDEFINE.html">UNDEFINE</a> that I got 
    128128from Andrew Cool at the DSTO High Frequency Radar Division in 
    129129Adelaide, Australia. 
Note: See TracChangeset for help on using the changeset viewer.