Hello All,
I am using so many variables stored as arrays, so after loading data into the arrays, the programme was getting slower.
The data were loaded from external text file using (loadVariables). After loading the data into the arrays, those variables from the text file which initially loaded on (_root) deleted using (delete) keyword.
Any tips on how to enhance the performance of this software?
Thanks!

