I've just removed most of my create text commands.
Rather than create all text at once, I now create them only when they're on screen, and delete them when they're off screen.
Now, I get the error: "AGK Compiler has stopped working." every time I compile.
If I return to the previous way of working, (but without adding any extra functions) it works again.
This is not proving useful. I NEED this sorting out, or at least a work around provided!
**EDIT**
Now, adding anything String or Text related will crash the program.

I can create function "Test( Integer, Float )" and it works,
creating Function "Test( String, Integer, Float )" does not.
Also adding one more for/next loop in will crash the
compiler. Not my game, the compiler.
Not even the DBP compiler was this bad.