You could also do

Repeat with t = 1 to the timeoutList
    if the timeoutlist[t].name = "whatever"
End repeat


(timeoutObject.name

Description


This timeout property is the name of the timeout object as defined when the
object is created. The new() command is used to create timeout objects.

Example


This timeout handler opens an alert with the name of the timeout that sent
the�event: 
on handleTimeout timeoutObject
   alert "Timeout:" && timeoutObject.name
End)

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to