_msedit.utl Utility - Edit Menu Record
Syntax
call "_msedit.utl",menu_file$,menu_key${,aborted_flag}
Description
The _msedit.utl utility provides an interactive tool for editing menu files. Two screens of parameters are provided: a Header Parameters screen, and a Detail Parameters screen.
| Parameter | Description | 
| menu_file$ | Name of menu file. If no extension (.xxx) is specified, _msedit.utl looks for the "menuname.m(LANGUAGE)" file. | 
| menu_key$ | Key within the menu file to create or edit. | 
| aborted_flag | Flag to indicate if the edit was canceled (1) or not (0). | 
Unless the menu record is specified in the CALL, a record with a blank key will be created.
Example
> CALL "_msedit.utl","_hotkey","main"