> 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""e into tA
repeat
pop card into tB
if tB ends with tA then exit repeat
end repeat
end mouseUp