Ignore:
Timestamp:
09/14/07 13:05:09 (17 years ago)
Author:
smasson
Message:

allways return back a scalar is /firstfound used

File:
1 edited

Legend:

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

    r266 r285  
    6868; 
    6969; find the file and display it! 
    70    pfile = (find(filename, /first_found))[0] 
     70   pfile = find(filename, /firstfound) 
    7171; read it 
    7272   IF (pfile NE 'NOT FOUND') THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.