Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/tostr.html

    r338 r402  
    136136 input can not contain or be of the type of: 
    137137 
    138    Complex floating, structure, Double-precision complex, Pointer, Object 
    139    reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
    140    Integer, Unsigned 64-bit Integer      
     138 Complex floating, structure, Double-precision complex, Pointer, Object 
     139 reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
     140 Integer, Unsigned 64-bit Integer        
    141141</div> 
    142142             
     
    147147 
    148148          <h3>Examples</h3><div class="preformat"> 
    149     IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
     149   IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
    150150    <Expression>    STRING    = '1' 
    151151    <Expression>    STRING    = ''a'' 
    152152    <Expression>    STRING    = '[0,1,2,3]' 
    153153    <Expression>    STRING    = '['a','jkfjo']' 
    154     IDL> print, tostr(['c''est bon','c''est bon']) 
     154   IDL> print, tostr(['c''est bon','c''est bon']) 
    155155    ['c''est bon','c''est bon'] 
    156156</div> 
     
    158158           
    159159          <h4>Version</h4><div class="preformat"> 
    160  $Id: tostr.pro 325 2007-12-06 10:04:53Z pinsard $ 
     160 $Id: tostr.pro 372 2008-08-08 12:31:53Z pinsard $ 
    161161</div> 
    162162          <h4>History</h4><div class="preformat"> 
     
    174174 
    175175 
    176  Beware, this function has loops, ifs ad cases everywhere. So it can  
     176 Beware, this function has loops, ifs and cases everywhere. So it can  
    177177 not be used by big keywords (with a lot of elements which are big  
    178178 arrays). 
Note: See TracChangeset for help on using the changeset viewer.