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/strrepl.pro

    r134 r142  
    1 ; $Id$ 
    21;------------------------------------------------------------- 
    32;+ 
    4 ; NAME: 
    5 ;        STRREPL (function) 
    63; 
    7 ; PURPOSE: 
    8 ;        replace one (or more) character(s)/string(s) in a string 
     4; @file_comments  
     5; replace one (or more) character(s)/string(s) in a string 
    96; 
    10 ; CATEGORY: 
    11 ;        string routines 
     7; @categories 
     8; string routines 
    129; 
    13 ; CALLING SEQUENCE: 
    14 ;        Result = STRREPL(str, index, rchar) 
     10; @param STR {in}{required} 
     11; the string to be changed 
    1512; 
    16 ; INPUTS: 
    17 ;        STR -> the string to be changed 
     13; @param RCHAR {in}{required} 
     14; replacement character/string 
    1815; 
    19 ;        INDEX -> position of the character(s) to be replaced or a 
    20 ;        string to be changed in STR. 
     16; @returns 
     17; another string 
    2118; 
    22 ;        RCHAR -> replacement character/string 
     19; @restrictions  
     20; Known shortcoming: if index is an array, it must contain all 
     21; valid elements (only the first entry is checked). 
    2322; 
    24 ; KEYWORD PARAMETERS: none 
    25 ; 
    26 ; 
    27 ; OUTPUTS: 
    28 ;        another string 
    29 ; 
    30 ; SUBROUTINES: 
    31 ; 
    32 ; REQUIREMENTS: 
    33 ; 
    34 ; NOTES: 
    35 ;        Known shortcoming: if index is an array, it must contain all 
    36 ;        valid elements (only the first entry is checked). 
    37 ; 
    38 ; EXAMPLE: 
     23; @examples 
    3924;        ; Convert one letter into upper case 
    4025; 
     
    5843;       abcabcabc 
    5944; 
    60 ; MODIFICATION HISTORY: 
     45; @history 
    6146;        mgs, 02 Jun 1998: VERSION 1.00 
    6247;        sebastien Masson (smlod@ipsl.jussieu.fr) 
     48; 
     49; @version 
     50; $Id$ 
    6351; 
    6452;- 
Note: See TracChangeset for help on using the changeset viewer.