Thank you for the info!

I think I am going to rewrite the code to work
better and eliminate using push card for this
instance.

JB

> On Oct 22, 2019, at 3:44 AM, hh via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
>> 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
> 
> 
> _______________________________________________
> 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
> 


_______________________________________________
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