Code:
alias ftimer {
  var %i 1
  while (%i <= $timer(0)) {
    /write timer.txt $timer(%i)
    inc %i
  }
  var %result $iif($read(timer.txt,$1,s) != $null,$true,$false)
  .remove timer.txt
return %result
}  

/ftimer main
it will make a list of timers in a .txt and then delete the file after the command smile
thanx codemastr wink

Last edited by pheonix; 19/07/03 04:54 PM.

new username: tidy_trax