Code: Select all
Put menuItem i of button "Choose Name"
But, if I want to replace all the menuItems with the contents of a field,
Code: Select all
put field "newMenuItems" into menuItems of button "Choose Name"
How do I reference the collection of menuItems, so I can deal with them together instead of using a repeat loop?
Thanks,
Sri.