On 05/15/2013 10:52 PM, Mark Schonewille wrote:
Richmond,

You need to pass the mouseUp command on to the card.

on mouseUp
    if fld "FF" contains "dog" then
       put "cat" into fld "FF"
    else
       put "dog" into fld "FF"
    end if
    pass mouseUp
end mouseUp



Now that is a piece of extremely useful information, although, if you read my reply to Randy, you will see why
I will not be that keen on it.

Richmond.

--
Best regards,

Mark Schonewille



_______________________________________________
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