I would like that when leaving the stack the data of all the cards will be erased. I've done a test with the following script, but it does not work for me.
Code: Select all
on closeStack
closeConection
go invisible card "Finques"
send "clearAllFinques" to cd "Finques"
close this stack
end closeStack
Carles