Stray Puts

Marty Knapp martyknapp at comcast.net
Fri Feb 24 14:05:03 EST 2012


I've gotten in the habit of doing this:

--TEST:
put blah blah blah

Then I can just do a search for "--TEST" and find the "put" and delete 
it. Not very high-tech, but it works for me.

Marty K
> 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




More information about the use-livecode mailing list