cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
vince_faller
Super User (Alumni)

Names Default to here(1); by default

Anyone have anything clever so when I open a new script that it automatically puts Names Default to here(1); as the first line? 

I'd rather it be the actual new script than just a new window with a scriptbox(). 

Vince Faller - Predictum
1 ACCEPTED SOLUTION

Accepted Solutions
ian_jmp
This widget could not be displayed.
" alt = "Level X"/> ian_jmp
Level X

Re: Names Default to here(1); by default

I guess you could put this code on a menu:

New Window("My Script", <<Script, "Names Default to here(1);\!n");

View solution in original post

2 REPLIES 2
ian_jmp
This widget could not be displayed.
" alt = "Level X"/> ian_jmp
Level X

Re: Names Default to here(1); by default

I guess you could put this code on a menu:

New Window("My Script", <<Script, "Names Default to here(1);\!n");

vince_faller
Super User (Alumni)

Re: Names Default to here(1); by default

Perfect

Vince Faller - Predictum

Recommended Articles