Changeset 40


Ignore:
Timestamp:
01/23/08 16:58:54 (16 years ago)
Author:
kolasinski
Message:

Add warning message if date2 LT date1 in the name of the file - serach_time_file routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/search_time_file.pro

    r2 r40  
    9797                  date2 = dat2 
    9898                  var_file = strpos(file, cmd.var) 
    99                ENDIF 
     99               ENDIF ELSE stop,  'The second date in the name of the file should be higher than the first one in terms of absolute numbers... EXIT search_time_file ' 
    100100            ENDIF ELSE BEGIN 
    101101               found = 1 
Note: See TracChangeset for help on using the changeset viewer.