On 16/02/15 23:00, BNig wrote:
Hi Peter,

the point is that in a button on a card
-----------
on mouseUp
    put the long id of this card into tLID
    send "delete tLID" to this stack in 0 milliseconds
end mouseUp
------------



No joy with this one:

on mouseUp
   answer "Do you want to delete this card?" with "NO" and "YES"
   if it is "YES" then

      put the long id of this card into tLID
      send "delete tLID" to this stack in 0 milliseconds
      go to card "ADDER"
   else
      ---
      end if
end mouseUp

Richmond.

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

Reply via email to