Code: Select all
on menuPick whatTab
close current card
go to card whatTab
end menuPick
executing at 2:10:24 PM
Type close: can't find stack
Object tabmenu_Mailout
Line close this card
So how do I close the current card?
TIA,
Kai
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on menuPick whatTab
close current card
go to card whatTab
end menuPick