exit preOpenCard
Brian Yennie
briany at qldlearning.com
Mon Feb 2 19:46:11 EST 2004
This does seem odd and possibly a bug. For the sake of a workaround, is
there a reason that you need to call exit?
You may have more to your handler, but if you do something like:
on preOpenStack
if checkValue() then
go next card
else
end if
## don't put anything here
end preOpenStack
Then preOpenStack should just exit normally, no?
>> go next cd
>> exit preOpenCard
- Brian
More information about the use-livecode
mailing list