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/Utilities/undefine.pro

    r232 r242  
    33; @file_comments 
    44; erase a variable 
    5 ; same thing that delvar but usable in a program and usable 
     5; same thing like <proidl>delvar</proidl> but usable in a program and usable 
    66; for one variable simultaneously 
    77; 
     
    2323; <a href="http://www.dfanning.com"/> : 
    2424;QUESTION: How do I make an IDL variable have a type "undefined"? 
    25 ;ANSWER: At the main IDL level you can use the IDL procedure DELVAR to 
     25;ANSWER: At the main IDL level you can use the IDL procedure <proidl>DELVAR</proidl> to 
    2626;delete an IDL variable and make it undefined. Inside of procedures 
    27 ;and functions, I use this little program named UNDEFINE that I got 
     27;and functions, I use this little program named <pro>UNDEFINE</pro> that I got 
    2828;from Andrew Cool at the DSTO High Frequency Radar Division in 
    2929;Adelaide, Australia. 
Note: See TracChangeset for help on using the changeset viewer.