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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Delete all occurrences of a character from a text string. 
     700 </div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_DELCHR"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>DELCHR </h2> 
     715          <h2><a class="top" href="#container">top</a>DELCHR <span class="categories"> 
     716</span></h2> 
    714717         
    715718          <p class="header"> 
     
    717720         
    718721          <div class="comments"> 
    719  NAME: 
    720        DELCHR 
    721  PURPOSE: 
    722        Delete all occurrences of a character from a text string. 
    723  CATEGORY: 
    724  CALLING SEQUENCE: 
    725        new = delchr(old, char) 
    726  INPUTS: 
    727        old = original text string.     in 
    728        char = character to delete.     in 
    729  KEYWORD PARAMETERS: 
    730  OUTPUTS: 
    731        new = resulting string.         out 
    732  COMMON BLOCKS: 
    733  NOTES: 
    734  MODIFICATION HISTORY: 
     722</div> 
     723 
     724          <h3>Return value</h3><div class="preformat"> 
     725 new = resulting string. 
     726 </div> 
     727 
     728           
     729            <h3>Parameters</h3> 
     730         
     731             
     732            <h4 id="_DELCHR_param_OLD">OLD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     733              <span class="attr">in</span> 
     734               
     735               
     736              <span class="attr">required</span> 
     737               
     738               
     739               
     740               
     741            </h4> 
     742         
     743          <div class="comments"> 
     744 original text string. 
     745 </div> 
     746             
     747            <h4 id="_DELCHR_param_C">C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     748              <span class="attr">in</span> 
     749               
     750               
     751              <span class="attr">required</span> 
     752               
     753               
     754               
     755               
     756            </h4> 
     757         
     758          <div class="comments"> 
     759 character to delete. 
     760</div> 
     761             
     762 
     763           
     764 
     765           
     766 
     767            <h3>Keywords</h3> 
     768             
     769            <h4 id="_DELCHR_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     770               
     771               
     772               
     773               
     774               
     775               
     776               
     777               
     778            </h4> 
     779         
     780            <div class="comments"> 
     781</div> 
     782             
     783           
     784 
     785           
     786          <h3>Version history</h3> 
     787           
     788          <h4>Version</h4><div class="preformat"> 
     789 $Id$ 
     790</div> 
     791          <h4>History</h4><div class="preformat"> 
    735792       R. Sterner.  5 Jul, 1988. 
    736793       Johns Hopkins Applied Physics Lab. 
     
    742799 sold and this copyright notice is reproduced on each copy made.  This 
    743800 routine is provided as is without any express or implied warranties 
    744  whatsoever.  Other limitations apply as described in the file disclaimer.txt.</div> 
    745  
    746            
    747  
    748            
    749             <h3>Parameters</h3> 
    750          
    751              
    752             <h4 id="_DELCHR_param_OLD">OLD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    753                
    754                
    755                
    756                
    757                
    758                
    759                
    760                
    761             </h4> 
    762          
    763           <div class="comments"></div> 
    764              
    765             <h4 id="_DELCHR_param_C">C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    766                
    767                
    768                
    769                
    770                
    771                
    772                
    773                
    774             </h4> 
    775          
    776           <div class="comments"></div> 
    777              
    778  
    779            
    780  
    781            
    782  
    783             <h3>Keywords</h3> 
    784              
    785             <h4 id="_DELCHR_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    786                
    787                
    788                
    789                
    790                
    791                
    792                
    793                
    794             </h4> 
    795          
    796             <div class="comments"></div> 
    797              
    798            
    799  
    800            
    801            
    802            
    803            
    804            
     801 whatsoever.  Other limitations apply as described in the file disclaimer.txt. 
     802</div> 
    805803           
    806804           
Note: See TracChangeset for help on using the changeset viewer.