Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strtok.html

    r200 r234  
    6363     
    6464 Retrieve portion of string up to token. 
    65   
     65 
    6666 
    6767     
     
    102102     
    103103 String to be split. Contains text after in, out token on output. 
    104   
     104 
    105105     
    106106 
     
    118118 
    119119     
    120  Token to use in splitting old.        
     120 Token to use in splitting old. 
    121121 
    122122     
     
    139139    </h4> 
    140140 
    141       
     141     
    142142 set to remove leading blanks from old before returning. 
    143143 
     
    157157     
    158158 print useful message and exit. 
    159   
    160      
    161      
    162  
    163     <h3>Examples</h3> 
     159 
     160     
     161     
     162 
     163    <h3>Examples</h3><pre> 
    164164       If old is 'foo44 bar', then strtok( old, '44' ) would return 
    165165       'foo', and upon return, old will be left with ' bar'.  If /TRIM 
     
    169169       new='xyz' and old=''. 
    170170 
    171     <h3>Version history</h3> 
     171    </pre><h3>Version history</h3> 
    172172     
    173173    <h4>Version</h4> 
    174  $Id: strtok.pro 186 2006-09-20 10:50:37Z pinsard $ 
     174 $Id: strtok.pro 232 2007-03-20 16:59:36Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
     
    195195  Copyright (C) 1996 The Regents of the University of California, All 
    196196  Rights Reserved.  Written by Matthew W. Craig. 
    197   See the file COPYRIGHT for restrictions on distrubting this code. 
     197  See the file COPYRIGHT for restrictions on distributing this code. 
    198198  This code comes with absolutely NO warranty; see DISCLAIMER for details. 
    199199 
     
    208208 Token may be one or more characters. 
    209209 if token is not found, returns old and sets old to ''. 
    210   
     210 
    211211 
    212212     
Note: See TracChangeset for help on using the changeset viewer.