GetMenuItemText

To get the text from a menu item, use the GetMenuItemText function.

FUNCTION GetMenuItemText(theMenu as MenuHandle, theItem as Integer) as String

theMenu Handle of a desired menu.

theItem ID, within theMenu, of item to get the text from.

returns the menu item text as a string.

Description:
Gets the text from a menu item.

Supported platforms:
* MacOS PPC
* MacOS Carbon
* MacOS 68k

Unsupported platforms:
* Windows x86