Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRING/nwrds.pro

    r134 r142  
    11;------------------------------------------------------------- 
    22;+ 
    3 ; NAME: 
    4 ;       NWRDS 
    5 ; PURPOSE: 
    6 ;       Return the number of words in the given text string. 
    7 ; CATEGORY: 
    8 ; CALLING SEQUENCE: 
    9 ;       n = nwrds(txt) 
    10 ; INPUTS: 
    11 ;       txt = text string to examine.             in 
    12 ; KEYWORD PARAMETERS: 
    13 ;       Keywords: 
    14 ;         DELIMITER = d.  Set delimiter character (def = space). 
    15 ; OUTPUTS: 
    16 ;       n = number of words found.                out 
    17 ; COMMON BLOCKS: 
    18 ; NOTES: 
    19 ;       Notes: See also getwrd. 
    20 ; MODIFICATION HISTORY: 
     3; 
     4; @file_comments 
     5; Return the number of words in the given text string. 
     6;  
     7; @categories 
     8; 
     9; @param TXTSTR 
     10; = text string to examine. 
     11; 
     12; @keyword DELIMITER 
     13; = d.  Set delimiter character (def = space). 
     14;  
     15; @keyword HELP 
     16; 
     17; @returns 
     18; n = number of words found. 
     19;  
     20; @restrictions 
     21; See also getwrd. 
     22;  
     23; @history 
    2124;       R. Sterner,  7 Feb, 1985. 
    2225;       Johns Hopkins University Applied Physics Laboratory. 
     
    2831; routine is provided as is without any express or implied warranties 
    2932; whatsoever.  Other limitations apply as described in the file disclaimer.txt. 
     33; 
     34; @version 
     35; $Id$ 
     36; 
    3037;- 
    3138;------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.