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

    r338 r402  
    6363     
    6464 erase a variable 
     65 
    6566 same thing like <a href="/Applications/itt/idl64/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    6667 for one variable simultaneously 
     
    108109 
    109110    <h3>Examples</h3><pre> 
    110  IDL> a=1 
    111  IDL> undefine,a 
     111   IDL> a=1 
     112   IDL> undefine,a 
    112113 % Compiled module: UNDEFINE. 
    113  IDL> help, a 
     114   IDL> help, a 
    114115 A               UNDEFINED = <Undefined> 
    115116 
     
    117118     
    118119    <h4>Version</h4> 
    119  $Id: undefine.pro 325 2007-12-06 10:04:53Z pinsard $ 
     120 $Id: undefine.pro 389 2009-01-27 08:59:35Z smasson $ 
    120121 
    121122    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.