I have encountered the character number limit while programming in Batch Closing method in Scripting Editor.
The editor box can manage no more than 32768 characters (that is 2^15).
How can I work arround this problem?
Is it possible to write a code in outer file and use a .NET library that will add the code to the script before execution?
Is there any other solution?