Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Morning all,
Do I have to do anything special to get multi tabs running in the script? I have two tabs but only the first one seems to run.
TIA,
Tony
Hi Tony,
do you have an "Ecit Script" statement at the end of TAB1?
Rainer
Hello Tony.
all tabs are executed when script is running.
Do you use "exit script" command?
Hi guys,
I didn't have "Exit Script" but I was using /* to comment out a load of script on Tab1.
I've added */ to the end of Tab1 and now Tab2 loads ok.
Thanks for your help,
Tony
tonymacp wrote:
Hi guys,
I didn't have "Exit Script" but I was using /* to comment out a load of script on Tab1.
I've added */ to the end of Tab1 and now Tab2 loads ok.
Thanks for your help,
Tony<div></div>
Thanks, I was having trouble with this as well until I tried your trick 🙂