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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 return right subportion from a string 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_strright"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>strright </h2> 
     715          <h2><a class="top" href="#container">top</a>strright <span class="categories"> 
     716 string handling  
     717 </span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME: 
    720         STRRIGHT 
    721  
    722  PURPOSE: 
    723         return right subportion from a string 
    724  
    725  CATEGORY: 
    726         string handling  
    727  
    728  CALLING SEQUENCE: 
    729         res = STRRIGHT(string [,nlast]) 
    730  
    731  INPUTS: 
    732         STRING --> the string to be searched 
    733  
    734         NLAST --> the number of characters to be returned. Default 
    735            is 1. If NLAST is ge strlen(STRING), the complete string 
    736            is returned. 
    737  
    738  KEYWORD PARAMETERS: 
    739  
    740  OUTPUTS: 
    741         The portion of NLAST characters of STRING counted from the back. 
    742  
    743  SUBROUTINES: 
    744  
    745  REQUIREMENTS: 
    746  
    747  NOTES: 
    748  
    749  EXAMPLE: 
    750         if (strright(path) ne '/') then path = path + '/' 
    751  
    752  MODIFICATION HISTORY: 
    753         mgs, 19 Nov 1997: VERSION 1.00 
    754 </div> 
    755  
    756            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> 
     726 The portion of LASTN characters of S counted from the back. 
     727</div> 
    757728 
    758729           
     
    761732             
    762733            <h4 id="_strright_param_s">s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    763                
    764                
    765                
    766                
     734              <span class="attr">in</span> 
     735               
     736               
     737              <span class="attr">required</span> 
    767738               
    768739               
     
    771742            </h4> 
    772743         
    773           <div class="comments"></div> 
     744          <div class="comments"> 
     745 the string to be searched 
     746</div> 
    774747             
    775748            <h4 id="_strright_param_lastn">lastn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    776                
    777                
    778                
    779                
     749              <span class="attr">in</span> 
     750               
     751               
     752              <span class="attr">required</span> 
    780753               
    781754               
     
    784757            </h4> 
    785758         
    786           <div class="comments"></div> 
     759          <div class="comments"> 
     760 the number of characters to be returned. Default 
     761 is 1. If NLAST is ge strlen(STRING), the complete string 
     762 is returned. 
     763</div> 
    787764             
    788765 
     
    791768           
    792769 
    793            
    794            
    795            
    796            
    797            
     770          <h3>Examples</h3><div class="preformat"> 
     771 if (strright(path) ne '/') then path = path + '/' 
     772</div> 
     773          <h3>Version history</h3> 
     774           
     775          <h4>Version</h4><div class="preformat"> 
     776 $Id: strright.pro 134 2006-07-07 10:19:08Z navarro $ 
     777</div> 
     778          <h4>History</h4><div class="preformat"> 
     779        mgs, 19 Nov 1997: VERSION 1.00 
     780</div> 
    798781           
    799782           
Note: See TracChangeset for help on using the changeset viewer.