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

    r290 r338  
    8989      <div id="file_comments"> 
    9090 erase a variable 
    91  same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
     91 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    9292 for one variable simultaneously 
    9393</div> 
     
    152152           
    153153          <h4>Version</h4><div class="preformat"> 
    154  $Id: undefine.pro 260 2007-08-20 15:24:57Z pinsard $ 
     154 $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
    155155</div> 
    156156          <h4>History</h4><div class="preformat"> 
     
    158158 <a href="http://www.dfanning.com"/> : 
    159159QUESTION: How do I make an IDL variable have a type "undefined"? 
    160 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 
     160ANSWER: At the main IDL level you can use the IDL procedure <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> to 
    161161delete an IDL variable and make it undefined. Inside of procedures 
    162162and 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.