how can I control the closure of the substack when the user clicks on the window button close?
Code: Select all
on CloseStack
answer info "Close ?" with "Yes" or "No"
switch it
case "Yes"
.... close stack
case "No"
exit CloseStack
end CloseStack
thanks