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

    r338 r402  
    171171 
    172172     
    173  = l.  Return word n string location. 
     173 = l. Return word n string location. 
    174174 
    175175     
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: getwrd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     248 $Id: getwrd.pro 374 2008-08-08 15:12:27Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
    251        Ray Sterner,  6 Jan, 1985. 
    252        R. Sterner, Fall 1989 --- converted to SUN. 
    253        R. Sterner, Jan 1990 --- added delimiter. 
    254        R. Sterner, 18 Mar, 1990 --- added /LAST. 
    255        R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
    256        R. Sterner, 20 May, 1991 --- Added common and NULL string. 
    257        R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
    258        R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
    259        R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    260        Johns Hopkins University Applied Physics Laboratory. 
     251  - Ray Sterner,  6 Jan, 1985. 
     252  - R. Sterner, Fall 1989 --- converted to SUN. 
     253  - R. Sterner, Jan 1990 --- added delimiter. 
     254  - R. Sterner, 18 Mar, 1990 --- added /LAST. 
     255  - R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
     256  - R. Sterner, 20 May, 1991 --- Added common and NULL string. 
     257  - R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
     258  - R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
     259  - R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    261260 
    262261 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    276275 given is used.  This saves finding the words again. 
    277276 If m > n wrd will be a string of words from word n to 
    278  word m.  If no m is given wrd will be a single word. 
     277 word m. If no m is given wrd will be a single word. 
    279278 n<0 returns text starting at word abs(n) to string end 
    280279 If n is out of range then a null string is returned. 
    281  See also nwrds. 
     280 See also <a href="../..//ToBeReviewed/STRING/nwrds.html">nwrds</a>. 
    282281 
    283282 
Note: See TracChangeset for help on using the changeset viewer.