Push Card

JB sundown at pacifier.com
Tue Oct 22 11:39:36 EDT 2019


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 at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list