Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r338 r402  
    8989      <div id="file_comments"> 
    9090 erase a variable 
     91 
    9192 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    9293 for one variable simultaneously 
     
    143144 
    144145          <h3>Examples</h3><div class="preformat"> 
    145  IDL> a=1 
    146  IDL> undefine,a 
     146   IDL> a=1 
     147   IDL> undefine,a 
    147148 % Compiled module: UNDEFINE. 
    148  IDL> help, a 
     149   IDL> help, a 
    149150 A               UNDEFINED = <Undefined> 
    150151</div> 
     
    152153           
    153154          <h4>Version</h4><div class="preformat"> 
    154  $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
     155 $Id: undefine.pro 389 2009-01-27 08:59:35Z smasson $ 
    155156</div> 
    156157          <h4>History</h4><div class="preformat"> 
     
    182183          <h3>Statistics</h3> 
    183184          <table class="statistics"> 
    184             <tr><td>McCabe cyclic</td><td>           1</td></tr> 
     185            <tr><td>McCabe cyclic</td><td>           2</td></tr> 
    185186            <tr><td>McCabe essential</td><td>           1</td></tr> 
    186187            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.