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

    r338 r402  
    187187            <div class="comments"> 
    188188 Specify  that the given liste concern elements of STRU to be deleted. 
     189 
    189190 This keyword is activated by default. 
    190191</div> 
     
    194195          <h3>Examples</h3><div class="preformat"> 
    195196 
    196     IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
    197     IDL> help, extra,/struct 
     197   IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
     198   IDL> help, extra,/struct 
    198199    ** Structure <83e66bc>, 3 tags, length=6, refs=1: 
    199200       AGE_CAPITAINE   INT             35 
    200201       OK              INT              1 
    201202       YEAR            INT           1999 
    202     IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
     203   IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
    203204    ** Structure <831afac>, 1 tags, length=2, refs=1: 
    204205       AGE_CAPITAINE   INT             35 
    205     IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
     206   IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
    206207    ** Structure <834bbc4>, 2 tags, length=4, refs=1: 
    207208       OK              INT              1 
     
    211212           
    212213          <h4>Version</h4><div class="preformat"> 
    213  $Id: extractstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     214 $Id: extractstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    214215</div> 
    215216          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.