cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
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
Staff

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
Staff

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