Push Card

hh hh at hyperhh.de
Tue Oct 22 06:44:15 EDT 2019


> JB wrote:
> The list of pushed cards is cleared when you quit the application.
> Is there a way to clear the list without quitting the application?

You could try

on mouseUp
  put "home.livecodescript"&quote into tA
  repeat
    pop card into tB
    if tB ends with tA then exit repeat
  end repeat
end mouseUp





More information about the use-livecode mailing list