cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Due to global connectivity issues impacting AWS Services, users may experience unexpected errors while attempting to authorize JMP. Please try again later or contact support@jmp.com to be notified once all issues are resolved.

Discussions

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

Shortcut to select/highlight variable name

Before the JMP16 Name() parser change for variable names (examples shown below), the Ctl+ ] keyboard shortcut would highlight/select the entire variable name and the bounding ().  This was very convenient for copying/pasting variable names in my JSL code.  Does a similar or new keyboard shortcut exist that does the same thing but for the newly constructed variable name?  That is, highlight/select the newly constructed variable names bounded by either the quotes or the leading quote and trailing "n?  In the absence of a keyboard shortcut, does anyone have any suggestions for how to accomplish this?

 

"taxable income( 2011 )"n = 456000;
tax = .25;
Print( tax * "taxable income( 2011 )"n) ;
//114000

 

 

terapin_1-1719423985775.png

 

1 REPLY 1
jthi
Super User

Re: Shortcut to select/highlight variable name

I don't think this is possible. You could create a wish list item for this. 

 

I don't generally use variable names like that but to make the selection a bit faster you can use combination of Ctrl+Shift+Left/Right arrow (and Shift + End/Home + Ctrl + Left/Right Arrow).

-Jarmo

Recommended Articles