Ignore:
Timestamp:
08/08/08 17:12:27 (16 years ago)
Author:
pinsard
Message:

improvements of headers (examples and alignments)

File:
1 edited

Legend:

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

    r325 r374  
    1212; @param LASTN {in}{required}{default=1} 
    1313; the number of characters to be returned. 
    14 ; If NLAST is the strlen(STRING), the complete string 
     14; 
     15; If LASTN is the strlen(STRING), the complete string 
    1516; is returned. 
    1617; 
     
    1920; 
    2021; @examples 
    21 ; if (strright(path) ne '/') then path = path + '/' 
     22;  
     23; add a "/" in to path if it "/" is not at the end : 
     24; 
     25;  IDL> path="/tmp" 
     26;  IDL> if (strright(path) ne '/') then path = path + '/' 
     27;  IDL> print,path 
     28;  /tmp/ 
    2229; 
    2330; @history 
Note: See TracChangeset for help on using the changeset viewer.