[NICKEXAMPLE]
quit_time=17:27:08 (05/14/2003)
nick_time=10:56:55 (08/23/2003)
how is this returning incorrectly
//echo -a $iif($drc(NICKEXAMPLE, quit_time ) > $dcr(NICKEXAMPLE,nick_time),t,f)
it return t in that example when it should return false
dcr is an alias used to read an ini its setup like this
alias dcr return $readini seen.ini $$1 $$2
now what im having problems with is that its saying the quit time is newer than the nickchange time ... when it infact isnt due to the date? how can i make it evaluat the date in it too? should i setup to log a different date format into the ini?