Ok, I'm sure I have your presention somewhere on notation, but what is fw?
At 08:31 PM 1/19/2006, Richard Gaskin wrote:
Good idea -- here's a handler Peter might find handy:
--
-- fwKillPendingMessage
--
-- Cancels the message named in pMessage.
-- If pMessage contains the word "all" then
-- all pending messages are cancelled.
--
on fwKillPendingMessage pMessage
put the pendingMessages into tList
repeat for each line tMsg in tList
if (pMessage is "all") or (pMessage is among the items of tMsg) then
cancel (item 1 of tMsg)
end if
end repeat
end fwKillPendingMessage
Peter T. Evensen
http://www.PetersRoadToHealth.com
314-629-5248 or 888-628-4588
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution