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

    r338 r402  
    150150          <div class="comments"> 
    151151 the number of characters to be returned. 
    152  If NLAST is the strlen(STRING), the complete string 
     152 
     153 If LASTN is the strlen(STRING), the complete string 
    153154 is returned. 
    154155</div> 
     
    160161 
    161162          <h3>Examples</h3><div class="preformat"> 
    162  if (strright(path) ne '/') then path = path + '/' 
     163  
     164 add a "/" in to path if it "/" is not at the end : 
     165 
     166  IDL> path="/tmp" 
     167  IDL> if (strright(path) ne '/') then path = path + '/' 
     168  IDL> print,path 
     169  /tmp/ 
    163170</div> 
    164171          <h3>Version history</h3> 
    165172           
    166173          <h4>Version</h4><div class="preformat"> 
    167  $Id: strright.pro 325 2007-12-06 10:04:53Z pinsard $ 
     174 $Id: strright.pro 374 2008-08-08 15:12:27Z pinsard $ 
    168175 
    169176 Copyright (C) 1997, Martin Schultz, Harvard University 
Note: See TracChangeset for help on using the changeset viewer.