So livecode now has embedded code for human brains?! Where is the upload 
socket? Glad to see they just skipped over mobile devices and went directly to 
the wetware.

Cheers, jeff

On Aug 16, 2012, at 1:00 PM, [email protected] wrote:

> on mouseup
>   put the text of fld "email" into tRemark
>   if isOffensive(tRemark) then
>      steamComesOutOfMyEars
>      answer "Respond?" with "reply" or "ignore"
>      if it is "reply" then
>         answer "What tone?" with "blast" or "tactful"
>      end if
>      if it is "blast" then answer "Don't do it!!!"
>      else if it is "tactful" then answer "Let's just get back to LC, shall 
> we?"
>   else
>      pass mouseup
>   end if
> end mouseup

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to