Code: Select all
set lastseen [lindex [getuser $hand LASTON] 0]
now this works fine in the if statement to check against the unixtime - how ever long a period. BUT when i try to output this to the file that lists the old users, it just does a blank space, nothing else.
now i have also tried just a full [getuser $hand LASTON] with out the lindex, and same results, nothing.
even tested to see if there was some weird thing with the puts line, so i used....
Code: Select all
putlog "$lastseen"
any ideas why i can use this info in an if statement, but if i try to output the same info i get null?
TalieseN