Answered
Hello,
Thanks in advance for any help.
I need to get an array from a specific menu item, and assign a variable to each. There are 50 Children in the menu item. Previously, I could just call the MenuItem as they were static. With current versions of software, the children names sometimes change.
So for example only, menu item "Page Navigation"
GoTo //menu item name is GoTo, need array of the children
** FirstPage //need to assign var1
** PrevPage //need to assign var2
** NextPage //need to assign var3
** LastPage // and so on.
** GoToPage
** endPageNavGroup
** GoBack
** GoForward
Then I would execute the menu item in a priveledged context using the assigned name var1.
Thanks for viewing