macStatusMenuNames
Type
handler
Summary
Get the names of any menus that have been created
Syntax
macStatusMenuNames()
Description
Use macStatusMenuNames to ensure that a menu has been created before calling a handler that may throw an error if called with a menu that does not exist.
Examples
if "mymenu" is among the lines of macStatusMenuNames() then
macStatusMenuDelete "mymenu"
end if
Compatibility and Support
OS
mac
Platforms
desktop