Notation
Peter T. Evensen
pevensen at siboneylg.com
Fri Jan 20 10:42:23 EST 2006
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
More information about the use-livecode
mailing list