> Is there a known problem with timeOut objects not appearing in the
> timeOutList? I'm creating one in the following manner -
>
> vTmp = timeOut("StrategyMove" & me._ID).new(vWait * 1000,
#waitComplete,
> me)
I suspect it has to do with using me in the timeOut name. "me" is
displayed as a string, but is it stored internally a string? If it is,
the number of references to me may change, so you may not be able to
reconstruct the same name.
I'd try another way of building the timeOut name.
Cordially
Kerry Thompson
[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!]