info("menuidentifier")

The info(“menuidentifier”) function returns the identifier of the most recently chosen menu item (if any).


Description

When setting up a Custom Menu, you have to option of supplying a unique identifier for each menu item (actually the identifier doesn’t have to be unique – that’s up to you). See the menuitem( function and LMSL for details about how to set up identifiers. The info(“menuidentifier”) function allows the procedure triggered by the menu choice to find out what the menu identifier is. The procedure can then act accordingly depending on the identifier returned.


See Also


History

VersionStatusNotes
10.0NewNew in this version.