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

    r338 r402  
    200200         
    201201            <div class="comments"> 
    202  = l.  Return word n string location. 
     202 = l. Return word n string location. 
    203203</div> 
    204204             
     
    271271           
    272272          <h4>Version</h4><div class="preformat"> 
    273  $Id: getwrd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     273 $Id: getwrd.pro 374 2008-08-08 15:12:27Z pinsard $ 
    274274</div> 
    275275          <h4>History</h4><div class="preformat"> 
    276        Ray Sterner,  6 Jan, 1985. 
    277        R. Sterner, Fall 1989 --- converted to SUN. 
    278        R. Sterner, Jan 1990 --- added delimiter. 
    279        R. Sterner, 18 Mar, 1990 --- added /LAST. 
    280        R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
    281        R. Sterner, 20 May, 1991 --- Added common and NULL string. 
    282        R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
    283        R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
    284        R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    285        Johns Hopkins University Applied Physics Laboratory. 
     276  - Ray Sterner,  6 Jan, 1985. 
     277  - R. Sterner, Fall 1989 --- converted to SUN. 
     278  - R. Sterner, Jan 1990 --- added delimiter. 
     279  - R. Sterner, 18 Mar, 1990 --- added /LAST. 
     280  - R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
     281  - R. Sterner, 20 May, 1991 --- Added common and NULL string. 
     282  - R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
     283  - R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
     284  - R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    286285 
    287286 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    301300 given is used.  This saves finding the words again. 
    302301 If m > n wrd will be a string of words from word n to 
    303  word m.  If no m is given wrd will be a single word. 
     302 word m. If no m is given wrd will be a single word. 
    304303 n<0 returns text starting at word abs(n) to string end 
    305304 If n is out of range then a null string is returned. 
    306  See also nwrds. 
     305 See also <a href="../..//ToBeReviewed/STRING/nwrds.html">nwrds</a>. 
    307306</div> 
    308307         
Note: See TracChangeset for help on using the changeset viewer.