I want to let the user know that there are no marked cards when the
user packs "go to next marked card."
This script does not work:
on testMarkFind
go next marked card
if it is empty then
answer "none found"
end if
end testMarkFind
What does work?
Thanks,
Rich Lague