KB-35477: Creating a submenu via SelectMenu() method.
Question: How can I create a submenu via Viewer‘s SelectMenu() method? Solution: To do so, you must set the submenu’s options between brackets in the script. Example: Application.SelectMenu(“Option1||Option2{*Option2|Option3}|Option4|!Option5″) At runtime,…