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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Return the number of words in the given text string. 
     700 </div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_nwrds"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>nwrds </h2> 
     715          <h2><a class="top" href="#container">top</a>nwrds <span class="categories"> 
     716</span></h2> 
    714717         
    715718          <p class="header"> 
     
    717720         
    718721          <div class="comments"> 
    719  NAME: 
    720        NWRDS 
    721  PURPOSE: 
    722        Return the number of words in the given text string. 
    723  CATEGORY: 
    724  CALLING SEQUENCE: 
    725        n = nwrds(txt) 
    726  INPUTS: 
    727        txt = text string to examine.             in 
    728  KEYWORD PARAMETERS: 
    729        Keywords: 
    730          DELIMITER = d.  Set delimiter character (def = space). 
    731  OUTPUTS: 
    732        n = number of words found.                out 
    733  COMMON BLOCKS: 
    734  NOTES: 
    735        Notes: See also getwrd. 
    736  MODIFICATION HISTORY: 
     722</div> 
     723 
     724          <h3>Return value</h3><div class="preformat"> 
     725 n = number of words found. 
     726 </div> 
     727 
     728           
     729            <h3>Parameters</h3> 
     730         
     731             
     732            <h4 id="_nwrds_param_txtstr">txtstr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     733               
     734               
     735               
     736               
     737               
     738               
     739               
     740               
     741            </h4> 
     742         
     743          <div class="comments"> 
     744 = text string to examine. 
     745</div> 
     746             
     747 
     748           
     749 
     750           
     751 
     752            <h3>Keywords</h3> 
     753             
     754            <h4 id="_nwrds_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     755               
     756               
     757               
     758               
     759               
     760               
     761               
     762               
     763            </h4> 
     764         
     765            <div class="comments"> 
     766</div> 
     767             
     768            <h4 id="_nwrds_keyword_delimiter">delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     769               
     770               
     771               
     772               
     773               
     774               
     775               
     776               
     777            </h4> 
     778         
     779            <div class="comments"> 
     780 = d.  Set delimiter character (def = space). 
     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"> 
    737792       R. Sterner,  7 Feb, 1985. 
    738793       Johns Hopkins University Applied Physics Laboratory. 
     
    743798 sold and this copyright notice is reproduced on each copy made.  This 
    744799 routine is provided as is without any express or implied warranties 
    745  whatsoever.  Other limitations apply as described in the file disclaimer.txt.</div> 
    746  
    747            
    748  
    749            
    750             <h3>Parameters</h3> 
    751          
    752              
    753             <h4 id="_nwrds_param_txtstr">txtstr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    754                
    755                
    756                
    757                
    758                
    759                
    760                
    761                
    762             </h4> 
    763          
    764           <div class="comments"></div> 
    765              
    766  
    767            
    768  
    769            
    770  
    771             <h3>Keywords</h3> 
    772              
    773             <h4 id="_nwrds_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    774                
    775                
    776                
    777                
    778                
    779                
    780                
    781                
    782             </h4> 
    783          
    784             <div class="comments"></div> 
    785              
    786             <h4 id="_nwrds_keyword_delimiter">delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    787                
    788                
    789                
    790                
    791                
    792                
    793                
    794                
    795             </h4> 
    796          
    797             <div class="comments"></div> 
    798              
    799            
    800  
    801            
    802            
    803            
    804            
    805            
    806            
    807            
    808            
    809            
    810            
    811            
    812            
     800 whatsoever.  Other limitations apply as described in the file disclaimer.txt. 
     801</div> 
     802           
     803           
     804          <h3>Known issues</h3> 
     805           
     806           
     807           
     808          <h4>Restrictions</h4><div class="preformat"> 
     809 See also getwrd. 
     810 </div> 
    813811         
    814812           
Note: See TracChangeset for help on using the changeset viewer.