How to use the ACL command menu_delete when menu name has more than one word?
Hi all,
The ACL menu_delete command works well when the menu name's just one word, like "Find". But when it has more than one word ("Find Expressions, for example"), it doesn't work.
I've tried these:
menu_delete .Edit."Find Expressions"
menu_delete .Edit."Find &Expressions"
menu_delete .Edit. "Find &Expressions"
menu_delete .Edit. "FindExpressions"

