Ignore:
Timestamp:
03/20/08 23:06:02 (16 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r290 r338  
    6363     
    6464 erase a variable 
    65  same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
     65 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    6666 for one variable simultaneously 
    6767 
     
    117117     
    118118    <h4>Version</h4> 
    119  $Id: undefine.pro 260 2007-08-20 15:24:57Z pinsard $ 
     119 $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
    120120 
    121121    <h4>History</h4> 
     
    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 <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> to 
     125ANSWER: At the main IDL level you can use the IDL procedure <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> to 
    126126delete an IDL variable and make it undefined. Inside of procedures 
    127127and functions, I use this little program named <a href="..//Utilities/undefine.html">undefine</a> that I got 
Note: See TracChangeset for help on using the changeset viewer.