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

    r338 r402  
    7878      <dd><font size="-1"> </font></dd> 
    7979       
    80       <dt><a href="#_string2struct"><i>result = </i>string2struct(<i>strVal</i>)</a><dt> 
     80      <dt><a href="#_string2struct"><i>result = </i>string2struct(<i>strval</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    9090 
    9191      <h2>too_cool  <font size="-1" color="#006633"> 
    92  
    9392</font></h2> 
    9493 
     
    130129     
    131130    <h4>Version</h4> 
    132  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     131 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    133132 
    134133    <h4>History</h4> 
     
    160159</font></h2> 
    161160 
    162       <p><font face="Courier"><i>result = </i>string2struct(<i><a href="#_string2struct_keyword_strVal">strVal</a></i>)</font></p> 
     161      <p><font face="Courier"><i>result = </i>string2struct(<i><a href="#_string2struct_keyword_strval">strval</a></i>)</font></p> 
    163162 
    164163     
     
    174173     
    175174 
    176     <a name="#_string2struct_keyword_strVal"></a> 
    177     <h4>strVal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     175    <a name="#_string2struct_keyword_strval"></a> 
     176    <h4>strval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178177      <font size="-1" color="#006633">in</font> 
    179178       
     
    187186 
    188187     
    189  String set up as keywords. Keywords require a little special treatment. Such as 
    190  plot,findgen(100),_extra=stringToStructure('title="testing"') 
     188 String set up as keywords. Keywords require a little special treatment.  
     189 Such as 
     190 
     191 plot,findgen(100),_extra=string2struct('title="testing"') 
    191192 
    192193     
     
    199200       pro tPlot,event 
    200201       widget_control,event.top,get_uvalue=field 
    201        widget_control,field,get_value=strVal 
    202        extra = stringToStructure(strVal) 
     202       widget_control,field,get_value=strval 
     203       extra = string2struct(strval) 
    203204       plot,findgen(100),_extra=extra 
    204205       wshow 
     
    219220     
    220221    <h4>Version</h4> 
    221  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     222 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    222223 
    223224    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.