Call a script within another script

4 posts / 0 new
Last post
Steve
Offline
Joined: 02/04/2014 - 11:25
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

Steve
Offline
Joined: 02/04/2014 - 11:25

I use IDEA v8

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

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
Offline
Joined: 02/04/2014 - 11:25

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