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

    r338 r402  
    118118     
    119119 the number of characters to be returned. 
    120  If NLAST is the strlen(STRING), the complete string 
     120 
     121 If LASTN is the strlen(STRING), the complete string 
    121122 is returned. 
    122123 
     
    127128 
    128129    <h3>Examples</h3><pre> 
    129  if (strright(path) ne '/') then path = path + '/' 
     130  
     131 add a "/" in to path if it "/" is not at the end : 
     132 
     133  IDL> path="/tmp" 
     134  IDL> if (strright(path) ne '/') then path = path + '/' 
     135  IDL> print,path 
     136  /tmp/ 
    130137 
    131138    </pre><h3>Version history</h3> 
    132139     
    133140    <h4>Version</h4> 
    134  $Id: strright.pro 325 2007-12-06 10:04:53Z pinsard $ 
     141 $Id: strright.pro 374 2008-08-08 15:12:27Z pinsard $ 
    135142 
    136143 Copyright (C) 1997, Martin Schultz, Harvard University 
Note: See TracChangeset for help on using the changeset viewer.