Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strwhere.html

    r234 r242  
    7979 
    8080 
    81     <h3>Return value</h3> COUNT {out}{optional} 
    82  The number of matches that were found  
     81    <h3>Return value</h3> 
     82 The number of matches that were found 
    8383 
    84   The function returns an index array similar to the  
     84  The function returns an index array similar to the 
    8585  result of the where function 
    8686 
     
    143143 
    144144    <h3>Examples</h3><pre> 
    145        ind = strwhere('abcabcabc','a') 
    146  
    147         ; returns [ 0, 3, 6 ] 
     145 IDL> ind = strwhere('abcabcabc','a') 
     146 IDL> print, ind 
     147 [ 0, 3, 6 ] 
    148148 
    149149    </pre><h3>Version history</h3> 
    150150     
    151151    <h4>Version</h4> 
    152  $Id: strwhere.pro 232 2007-03-20 16:59:36Z pinsard $ 
     152 $Id: strwhere.pro 238 2007-03-27 13:43:18Z pinsard $ 
    153153 
    154154    <h4>History</h4> 
    155155        mgs, 02 Jun 1998: VERSION 1.00 
    156         bmy, 30 Jun 1998: - now returns COUNT, the number  
     156        bmy, 30 Jun 1998: - now returns COUNT, the number 
    157157                            of matches that are found (this is 
    158158                            analogous to the WHERE command) 
Note: See TracChangeset for help on using the changeset viewer.