Ignore:
Timestamp:
05/23/06 15:45:47 (18 years ago)
Author:
smasson
Message:

debug xxx and cie + clean data file + rm perldoc_idl

File:
1 edited

Legend:

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

    r69 r74  
    3030; COMMON BLOCKS: none 
    3131; 
    32 ; SIDE EFFECTS: ends teh procedure name with '.pro' if needed 
     32; SIDE EFFECTS: ends the procedure name with '.pro' if needed 
    3333; 
    34 ; RESTRICTIONS:de marche pas pour les fonctions 
     34; RESTRICTIONS:is not working with functions, use createfunc instead. 
     35;              arguments can be given only through keywords 
    3536; 
    3637; EXAMPLE: 
     
    7475   if NOT keyword_set(kwdlist) then kwdlist = '' 
    7576   kwdlist = kwdlist + ', _extra = ex' 
     77   kwdlist = strtrim(kwdlist, 2) 
     78   IF strmid(kwdlist, 0, 1) NE ',' THEN kwdlist = ', ' +  kwdlist 
    7679;  for i = 0, n_elements(command)-1 do print, command[i] 
    7780   putfile, filename, ['pro ' + shortfilename + kwdlist $ 
Note: See TracChangeset for help on using the changeset viewer.