cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
miguello
Level VII

Red triangle menu edits

Is there a way to edit the name and the script of a red triangle menu item after I created them rather than recreate the whole menu?

ob << Set Menu Script(
	{"A", Print( "A" ), "B", Print( "B" ), "B1",
	Print( "B1" ), "B2", Print( "B2" ), "B3", Print( "B3" ),
	"C", Print( "C" )}
);
ob << Set Submenu( 2, 3 );

Let's say I need change 

"B2", Print( "B2" ) --> "BeeToo", Print( "BeeToo" )

for one specific item?

1 REPLY 1
jthi
Super User

Re: Red triangle menu edits

If I remember correctly, you update single item. It has been some time since I had to update those but I think I did just create a function to do it.

-Jarmo

Recommended Articles