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

    r338 r402  
    137137 to specify a list of keywords that must be included in the procedure  
    138138 definition.  
     139 
    139140 Warning: the string must start with a ','  
    140141 for example: KWDLIST=', TOTO = toto' 
     
    176177 
    177178    <h3>Examples</h3><pre> 
    178  IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    179  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    180  IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    181  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    182  IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
     179 
     180   IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
     181   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     182   IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
     183   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     184   IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    183185 
    184186    </pre><h3>Version history</h3> 
    185187     
    186188    <h4>Version</h4> 
    187  $Id: createpro.pro 327 2007-12-13 16:22:35Z pinsard $ 
     189 $Id: createpro.pro 375 2008-08-08 15:55:40Z pinsard $ 
    188190 
    189191    <h4>History</h4> 
    190192 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    191  cleaning + new keywords: October 2005 
    192  Feb. 2006: supress keyword "kwdused" and use call_procedure instead of execute 
     193  - cleaning + new keywords: October 2005 
     194  - Feb. 2006: supress keyword "kwdused" and use call_procedure instead of  
     195    execute 
    193196 
    194197     
Note: See TracChangeset for help on using the changeset viewer.