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/Utilities/createfunc.html

    r338 r402  
    138138 to specify a list of keywords that must be included in the  
    139139 function definition.  
     140 
    140141 Warning: the string must start with a ','  
    141142 for example: KWDLIST=', TOTO=toto' 
     
    161162 
    162163    <h3>Examples</h3><pre> 
    163  IDL> print, createfunc('3*2', FILENAMEIN='test') 
    164  IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
    165  IDL>                          , KWDLIST='two = two', TWO=2) 
     164 
     165   IDL> print, createfunc('3*2', FILENAMEIN='test') 
     166   IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
     167   IDL>                          , KWDLIST='two = two', TWO=2) 
    166168 
    167169    </pre><h3>Version history</h3> 
    168170     
    169171    <h4>Version</h4> 
    170  $Id: createfunc.pro 327 2007-12-13 16:22:35Z pinsard $ 
     172 $Id: createfunc.pro 375 2008-08-08 15:55:40Z pinsard $ 
    171173 
    172174    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.