Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r232 r237  
    1111; a proposed directory. If neither dirname 
    1212; input parameter of IODIRECTORY keyword are defined, 
    13 ; the ask the user to choose a directory. 
     13; we ask the user to choose a directory. 
    1414; 
    1515; @keyword IODIRECTORY 
     
    2020; 
    2121; @keyword _EXTRA 
    22 ; Used to pass keywords 
    23 ; 
    24 ; all dialog_pickfile keywords (like filter) can be used. 
     22; Used to pass keywords to <proidl>dialog_pickfile</proidl> 
    2523; 
    2624; @returns 
     
    4240; @version 
    4341; $Id$ 
     42; 
    4443;- 
    4544; 
    4645FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _EXTRA = ex 
    47 ; 
    4846; 
    4947  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.