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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Write a text file from a string array. 
     700 </div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_putfile"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>putfile </h2> 
     715          <h2><a class="top" href="#container">top</a>putfile <span class="categories"> 
     716 
     717 INPUTS:</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME: 
    720        PUTFILE 
    721  PURPOSE: 
    722        Write a text file from a string array. 
    723  CATEGORY: 
    724  CALLING SEQUENCE: 
    725        putfile, f, s 
    726  INPUTS: 
    727        f = text file name.      in 
    728        s = string array.        in 
    729  KEYWORD PARAMETERS: 
    730        Keywords: 
    731          ERROR=err  error flag: 0=ok, 1=invalid string array. 
    732  OUTPUTS: 
    733  COMMON BLOCKS: 
    734  NOTES: 
    735  MODIFICATION HISTORY: 
     723</div> 
     724 
     725           
     726 
     727           
     728            <h3>Parameters</h3> 
     729         
     730             
     731            <h4 id="_putfile_param_file">file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     732              <span class="attr">in</span> 
     733               
     734               
     735              <span class="attr">required</span> 
     736               
     737               
     738               
     739               
     740            </h4> 
     741         
     742          <div class="comments"> 
     743 = text file name. 
     744</div> 
     745             
     746            <h4 id="_putfile_param_s">s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     747              <span class="attr">in</span> 
     748               
     749               
     750              <span class="attr">required</span> 
     751               
     752               
     753               
     754               
     755            </h4> 
     756         
     757          <div class="comments"> 
     758 = string array. 
     759</div> 
     760             
     761 
     762           
     763 
     764           
     765 
     766            <h3>Keywords</h3> 
     767             
     768            <h4 id="_putfile_keyword_error">error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     769               
     770               
     771               
     772               
     773               
     774               
     775               
     776               
     777            </h4> 
     778         
     779            <div class="comments"> 
     780 =err  error flag: 0=ok, 1=invalid string array. 
     781 </div> 
     782             
     783            <h4 id="_putfile_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     784               
     785               
     786               
     787               
     788               
     789               
     790               
     791               
     792            </h4> 
     793         
     794            <div class="comments"></div> 
     795             
     796           
     797 
     798           
     799          <h3>Version history</h3> 
     800           
     801          <h4>Version</h4><div class="preformat"> 
     802 $Id$ 
     803</div> 
     804          <h4>History</h4><div class="preformat"> 
    736805       R. Sterner, 20 Mar, 1990 
    737806       R. Sterner,  4 Nov, 1992 --- allowed scalar strings. 
     
    741810 sold and this copyright notice is reproduced on each copy made.  This 
    742811 routine is provided as is without any express or implied warranties 
    743  whatsoever.  Other limitations apply as described in the file disclaimer.txt.</div> 
    744  
    745            
    746  
    747            
    748             <h3>Parameters</h3> 
    749          
    750              
    751             <h4 id="_putfile_param_file">file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    752                
    753                
    754                
    755                
    756                
    757                
    758                
    759                
    760             </h4> 
    761          
    762           <div class="comments"></div> 
    763              
    764             <h4 id="_putfile_param_s">s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    765                
    766                
    767                
    768                
    769                
    770                
    771                
    772                
    773             </h4> 
    774          
    775           <div class="comments"></div> 
    776              
    777  
    778            
    779  
    780            
    781  
    782             <h3>Keywords</h3> 
    783              
    784             <h4 id="_putfile_keyword_error">error&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="_putfile_keyword_help">help&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            
    811  
    812            
    813            
    814            
    815            
    816            
     812 whatsoever.  Other limitations apply as described in the file disclaimer.txt. 
     813</div> 
    817814           
    818815           
Note: See TracChangeset for help on using the changeset viewer.