Skip to main content

Call a script within another script

Hi all,
 
Can you call a Script within another script?
I have a Script that is >10.000 lines long. When I wanted to add new code the last time I got the message "symbol table is full". From that message I assume there is a limitation to the total length of one Script.
 
My idea is now to make a Master Script that calls different sub scripts. Is there any way to do this?
 
Best Regards
Steve

Brian Element Tue, 03/11/2014 - 07:10

Hi Steve,

I have never heard of that limiation but I can't say any of my scripts are that long.  I think the longest script I have put together is around 5,000 lines.

So the answer is yes you can.  You can get more info on that here.  Let me know if that answers your question.

Steve Tue, 03/11/2014 - 07:16

That is exactly what I was looking for :-)
 
Thank you:-)