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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments">  
     699 replace one (or more) character(s)/string(s) in a string 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_strrepl"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>strrepl </h2> 
     715          <h2><a class="top" href="#container">top</a>strrepl <span class="categories"> 
     716 string routines 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME: 
    720         STRREPL (function) 
    721  
    722  PURPOSE: 
    723         replace one (or more) character(s)/string(s) in a string 
    724  
    725  CATEGORY: 
    726         string routines 
    727  
    728  CALLING SEQUENCE: 
    729         Result = STRREPL(str, index, rchar) 
    730  
    731  INPUTS: 
    732         STR -> the string to be changed 
    733  
    734         INDEX -> position of the character(s) to be replaced or a 
    735         string to be changed in STR. 
    736  
    737         RCHAR -> replacement character/string 
    738  
    739  KEYWORD PARAMETERS: none 
    740  
    741  
    742  OUTPUTS: 
    743         another string 
    744  
    745  SUBROUTINES: 
    746  
    747  REQUIREMENTS: 
    748  
    749  NOTES: 
    750         Known shortcoming: if index is an array, it must contain all 
    751         valid elements (only the first entry is checked). 
    752  
    753  EXAMPLE: 
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> 
     726 another string 
     727</div> 
     728 
     729           
     730            <h3>Parameters</h3> 
     731         
     732             
     733            <h4 id="_strrepl_param_str">str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     734              <span class="attr">in</span> 
     735               
     736               
     737              <span class="attr">required</span> 
     738               
     739               
     740               
     741               
     742            </h4> 
     743         
     744          <div class="comments"> 
     745 the string to be changed 
     746</div> 
     747             
     748            <h4 id="_strrepl_param_agument1">agument1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     749               
     750               
     751               
     752               
     753               
     754               
     755               
     756               
     757            </h4> 
     758         
     759          <div class="comments"></div> 
     760             
     761            <h4 id="_strrepl_param_rchar">rchar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     762              <span class="attr">in</span> 
     763               
     764               
     765              <span class="attr">required</span> 
     766               
     767               
     768               
     769               
     770            </h4> 
     771         
     772          <div class="comments"> 
     773 replacement character/string 
     774</div> 
     775             
     776 
     777           
     778 
     779           
     780 
     781          <h3>Examples</h3><div class="preformat"> 
    754782        ; Convert one letter into upper case 
    755783 
     
    772800       IDL> print, strrepl(a,'toto','0000') 
    773801       abcabcabc 
    774  
    775  MODIFICATION HISTORY: 
     802</div> 
     803          <h3>Version history</h3> 
     804           
     805          <h4>Version</h4><div class="preformat"> 
     806 $Id: strrepl.pro 134 2006-07-07 10:19:08Z navarro $ 
     807</div> 
     808          <h4>History</h4><div class="preformat"> 
    776809        mgs, 02 Jun 1998: VERSION 1.00</div> 
    777  
    778            
    779  
    780            
    781             <h3>Parameters</h3> 
    782          
    783              
    784             <h4 id="_strrepl_param_str">str&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    785                
    786                
    787                
    788                
    789                
    790                
    791                
    792                
    793             </h4> 
    794          
    795           <div class="comments"></div> 
    796              
    797             <h4 id="_strrepl_param_agument1">agument1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    798                
    799                
    800                
    801                
    802                
    803                
    804                
    805                
    806             </h4> 
    807          
    808           <div class="comments"></div> 
    809              
    810             <h4 id="_strrepl_param_rchar">rchar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    811                
    812                
    813                
    814                
    815                
    816                
    817                
    818                
    819             </h4> 
    820          
    821           <div class="comments"></div> 
    822              
    823  
    824            
    825  
    826            
    827  
    828            
    829            
    830            
    831            
    832            
    833            
    834            
    835            
    836            
    837            
    838            
    839            
     810           
     811           
     812          <h3>Known issues</h3> 
     813           
     814           
     815           
     816          <h4>Restrictions</h4><div class="preformat">  
     817 Known shortcoming: if index is an array, it must contain all 
     818 valid elements (only the first entry is checked). 
     819</div> 
    840820         
    841821           
Note: See TracChangeset for help on using the changeset viewer.