Ignore:
Timestamp:
08/27/07 11:46:41 (17 years ago)
Author:
pinsard
Message:

add revision in report message. see 65.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/createpro.pro

    r243 r269  
    2929; 
    3030; @examples 
    31 ; IDL> createpro, ['print,''OK'''], filename='test' 
     31; IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    3232; IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    33 ; IDL>   , filename = 'test', kwdlist =', ok = ok' 
     33; IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    3434; IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    35 ; IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
     35; IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    3636; 
    3737; @history 
     
    5252  IF keyword_set(kwdused) THEN BEGIN 
    5353    dummy = report(['keyword KWDUSED has been suppressed,' $ 
    54                     , 'please pass directly your keywords through _extra,' $ 
     54                    , 'please pass directly your keywords through _EXTRA,' $ 
    5555                    , 'see examples in createpro header']) 
    5656    return 
Note: See TracChangeset for help on using the changeset viewer.