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

    r338 r402  
    170170 to specify a list of keywords that must be included in the procedure  
    171171 definition.  
     172 
    172173 Warning: the string must start with a ','  
    173174 for example: KWDLIST=', TOTO = toto' 
     
    207208 
    208209          <h3>Examples</h3><div class="preformat"> 
    209  IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    210  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    211  IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    212  IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    213  IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
     210 
     211   IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
     212   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     213   IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
     214   IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     215   IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    214216</div> 
    215217          <h3>Version history</h3> 
    216218           
    217219          <h4>Version</h4><div class="preformat"> 
    218  $Id: createpro.pro 327 2007-12-13 16:22:35Z pinsard $ 
     220 $Id: createpro.pro 375 2008-08-08 15:55:40Z pinsard $ 
    219221</div> 
    220222          <h4>History</h4><div class="preformat"> 
    221223 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    222  cleaning + new keywords: October 2005 
    223  Feb. 2006: supress keyword "kwdused" and use call_procedure instead of execute 
     224  - cleaning + new keywords: October 2005 
     225  - Feb. 2006: supress keyword "kwdused" and use call_procedure instead of  
     226    execute 
    224227</div> 
    225228           
Note: See TracChangeset for help on using the changeset viewer.