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/STRING/strwhere.html

    r338 r402  
    8282 The number of matches that were found 
    8383 
    84   The function returns an index array similar to the 
    85   result of the where function 
     84 The function returns an index array similar to the 
     85 result of the <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> function 
    8686 
    8787 
     
    143143 
    144144    <h3>Examples</h3><pre> 
    145  IDL> ind = strwhere('abcabcabc','a') 
    146  IDL> print, ind 
     145 
     146 find position of string "a" in the string "abcabcabc" 
     147 
     148   IDL> ind = strwhere('abcabcabc','a') 
     149   IDL> print, ind 
    147150 [ 0, 3, 6 ] 
    148151 
     
    150153     
    151154    <h4>Version</h4> 
    152  $Id: strwhere.pro 325 2007-12-06 10:04:53Z pinsard $ 
     155 $Id: strwhere.pro 378 2008-08-12 12:35:46Z pinsard $ 
    153156 
    154157 Copyright (C) 1998, Martin Schultz, Harvard University 
Note: See TracChangeset for help on using the changeset viewer.