Stray Puts

Andre Garzia andre at andregarzia.com
Fri Feb 24 13:57:20 EST 2012


Bob,

I think that Chipp had an altPlugin that would look everywhere on a stack
and find those puts...

=)

On Fri, Feb 24, 2012 at 4:49 PM, Bob Sneidar <bobs at twft.com> wrote:

> Anyone ever scripted a put to put something in the message box, and then
> forgot it was there and had a helluvatime finding it again? I give you:
>
> function findPut theScript
>    filter theScript without "* into *"
>    filter theScript without "* before *"
>    filter theScript without "* after *"
>    filter theScript with "*put *"
>    return theScript
> end findPut
>
> I LOVE that filter command!
>
> Bob
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.



More information about the use-livecode mailing list