cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
] />

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