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/ToBeReviewed/STRUCTURE/extractstru.html

    r338 r402  
    156156     
    157157 Specify  that the given liste concern elements of STRU to be deleted. 
     158 
    158159 This keyword is activated by default. 
    159160 
     
    163164    <h3>Examples</h3><pre> 
    164165 
    165     IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
    166     IDL> help, extra,/struct 
     166   IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
     167   IDL> help, extra,/struct 
    167168    ** Structure <83e66bc>, 3 tags, length=6, refs=1: 
    168169       AGE_CAPITAINE   INT             35 
    169170       OK              INT              1 
    170171       YEAR            INT           1999 
    171     IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
     172   IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
    172173    ** Structure <831afac>, 1 tags, length=2, refs=1: 
    173174       AGE_CAPITAINE   INT             35 
    174     IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
     175   IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
    175176    ** Structure <834bbc4>, 2 tags, length=4, refs=1: 
    176177       OK              INT              1 
     
    180181     
    181182    <h4>Version</h4> 
    182  $Id: extractstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     183 $Id: extractstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    183184 
    184185    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.