Ignore:
Timestamp:
07/06/06 16:32:02 (18 years ago)
Author:
pinsard
Message:

improvements of Utilities/*.pro header

File:
1 edited

Legend:

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

    • Property svn:eol-style deleted
    • Property svn:executable deleted
    r121 r128  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; @file_comments write an idl procedure, compile it and execute it. 
     5; @file_comments 
     6; write an idl procedure, compile it and execute it. 
    67; 
    78; @param command {in}{required} a string array defining the procedure to be created. each element will be a line of the created procedure. 
     
    2425; 
    2526; @examples 
    26 ;      IDL> createpro, ['print,''OK'''], filename='test' 
    27 ;      IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    28 ;      IDL>   , filename = 'test', kwdlist =', ok = ok' 
    29 ;      IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    30 ;      IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
    31 ; 
     27; IDL> createpro, ['print,''OK'''], filename='test' 
     28; IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     29; IDL>   , filename = 'test', kwdlist =', ok = ok' 
     30; IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
     31; IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
    3232; 
    3333; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
Note: See TracChangeset for help on using the changeset viewer.