oMenu = CreatePopupMenu();
oMenu.Add(“x\t*****”, 4123);
oMenu.Add(“x\t*****”, 4124);
oMenu.Add(“x\t*****”, 4321);
oMenu.Track();
** If the menu ID matchs a command ID, v18.7.2 will show the shortcut key (or blank if no shortcut), instead of “*****”.
Some complex macro menus are in chaos now…
BTW,
emeditor_en.chm::/macro/popupmenu/add.htm
[VBScript]
popupmenu.Add strText, **is**, flags
▲ “is” should be “id”.