cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.
Choose Language Hide Translation Bar
View Original Published Thread

Names Default to here(1); by default

vince_faller
Super User (Alumni)

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
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
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