ChangeMenu is an XCMD that lets you change the names of items in menus you've created using the NewMenu XFCN. For example:
ChangeMenu myMenu, 2, "Go to Address"
Will change the second menu item in menu "myMenu" to read "Go To Address". If the original item was disabled or checked, the changed item will be also.
You can not change the title of a menu, only the items in the meu itself.
The menu number you provide to to ChangeMenu should be the same number that was returned by NewMenu.
-- part contents for background part 4
----- text -----
ChangeMenu <menu>, <itemNumber>, <item>
*Menus for HyperCardΓäó - see NewMenu for examples