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

    r338 r402  
    102102 input can not contain or be of the type of: 
    103103 
    104    Complex floating, structure, Double-precision complex, Pointer, Object 
    105    reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
    106    Integer, Unsigned 64-bit Integer      
     104 Complex floating, structure, Double-precision complex, Pointer, Object 
     105 reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
     106 Integer, Unsigned 64-bit Integer        
    107107 
    108108     
     
    112112 
    113113    <h3>Examples</h3><pre> 
    114     IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
     114   IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
    115115    <Expression>    STRING    = '1' 
    116116    <Expression>    STRING    = ''a'' 
    117117    <Expression>    STRING    = '[0,1,2,3]' 
    118118    <Expression>    STRING    = '['a','jkfjo']' 
    119     IDL> print, tostr(['c''est bon','c''est bon']) 
     119   IDL> print, tostr(['c''est bon','c''est bon']) 
    120120    ['c''est bon','c''est bon'] 
    121121 
     
    123123     
    124124    <h4>Version</h4> 
    125  $Id: tostr.pro 325 2007-12-06 10:04:53Z pinsard $ 
     125 $Id: tostr.pro 372 2008-08-08 12:31:53Z pinsard $ 
    126126 
    127127    <h4>History</h4> 
     
    139139 
    140140 
    141  Beware, this function has loops, ifs ad cases everywhere. So it can  
     141 Beware, this function has loops, ifs and cases everywhere. So it can  
    142142 not be used by big keywords (with a lot of elements which are big  
    143143 arrays). 
Note: See TracChangeset for help on using the changeset viewer.