Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have multiple tabs in edit Script section. Is it possible to reload only the specific tab.
Hi,
You can just comment the script in other tabs and reload...
I dont think this is possible..just comment out your scripts in the tabs you dont wish to be reloaded.
Regards,
Hello,
It's not, as the script, although organized in several tabs, is loaded as just one (as you can see in the Debug process).
You can do a partial reload, where you have to add ADD or REPLACE to your LOAD statements and control all those tabs you don't want to be affected by the partial reload doing
If(Not IsPartialReload()) Then // Your tab here End If
Hope that helps