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

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Convert an input in a string. 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_tostr"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>tostr </h2> 
     715          <h2><a class="top" href="#container">top</a>tostr <span class="categories">  
     716</span></h2> 
    714717         
    715718          <p class="header"> 
     
    717720         
    718721          <div class="comments"> 
    719  NAME: tostr (to string) 
    720  
    721  PURPOSE: convertit un input en un string. 
    722  
    723  CATEGORY:  
    724  
    725  CALLING SEQUENCE: res=tostr(input) 
    726   
    727  INPUTS: input ne peut pas contenir ou etre de type: 
     722</div> 
     723 
     724          <h3>Return value</h3><div class="preformat"> 
     725 a string 
     726</div> 
     727 
     728           
     729            <h3>Parameters</h3> 
     730         
     731             
     732            <h4 id="_tostr_param_input">input&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 input can not contain or be of the type of: 
    728745 
    729746   Complex floating, structure, Double-precision complex, Pointer, Object 
    730747   reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
    731748   Integer, Unsigned 64-bit Integer      
    732  
    733  KEYWORD PARAMETERS: none 
    734  
    735  OUTPUTS: un string 
    736  
    737  COMMON BLOCKS: 
    738  
    739  SIDE EFFECTS: 
    740  
    741    Si un element de input contient un tableau, il sera 
    742    convertit en vecteur. 
    743  
    744  RESTRICTIONS: 
    745  
    746    attention cette fonction comporte des boucles, des if et des cases 
    747    ds tous les sens. Elle ne doit donc pas etre utilisee avec des 
    748    inputs de grosse taille (avec bcp d''elements et avec des 
    749    elements etant de gros tableaux). 
    750  EXAMPLE: 
     749</div> 
     750             
     751 
     752           
     753 
     754           
     755 
     756          <h3>Examples</h3><div class="preformat"> 
    751757    IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
    752758    <Expression>    STRING    = '1' 
     
    757763    ['c''est bon','c''est bon'] 
    758764</div> 
    759  
    760            
    761  
    762            
    763             <h3>Parameters</h3> 
    764          
    765              
    766             <h4 id="_tostr_param_input">input&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    767                
    768                
    769                
    770                
    771                
    772                
    773                
    774                
    775             </h4> 
    776          
    777           <div class="comments"></div> 
    778              
    779  
    780            
    781  
    782            
    783  
    784            
    785            
    786            
    787            
    788            
    789            
    790            
    791            
    792            
    793            
    794            
    795            
     765          <h3>Version history</h3> 
     766           
     767          <h4>Version</h4><div class="preformat"> 
     768 $Id$ 
     769</div> 
     770          <h4>History</h4><div class="preformat"></div> 
     771           
     772           
     773          <h3>Known issues</h3> 
     774           
     775           
     776           
     777          <h4>Restrictions</h4><div class="preformat"> 
     778 If keywdvalue is an array, it will be convert in a vector. 
     779 
     780 
     781 Beware, this function has loops, ifs ad cases everywhere. So it can  
     782 not be used by big keywords (with a lot of elements which are big  
     783 arrays). 
     784 </div> 
    796785         
    797786           
Note: See TracChangeset for help on using the changeset viewer.