Delete card Answer box

SB aj445 at traverse.lib.mi.us
Tue Mar 22 22:32:06 EST 2005


> on mouseUp
>    answer "Do you really want to delete this card?" with "Yes" or "No"
> -- No is default
>    put it into ldelete
>    send doDelete (ldelete) to me in 30
> end mouseUp
>
> function doDelete ldelete
>    if ldelete is "Yes" then delete this card
>   end doDelete

> Thomas J. McGrath III

Great, that works!  Thanks,  Thomas!

Sandy



More information about the use-livecode mailing list