After i run my new script for multiple hours i always get exceptions thrown out..
i'ts always in the
text.scar
Till now, i got Out of Memory(Line 511)and Access Violation(Line 587)...

In my script i'm calling
PosEx('Name...', GetUpText(),1)
multiple times, until it results true... But it seems like, after its called a few million ? times, it filled the system memory....

So, i Think i'd need a way to free the space the "TPA" variable in the text.scar takes. And i dont want to change the text.scar for that.

When i try "SetArrayLength(TPA, 0)";.. it says that it cant find the var... which is obvious, because its in the text.scar..

So is there a way to free a variable in an include file without changing it ?


Hope you can help :O

~caused