13.08.2011, 21:40
To speed up? Do you mean literally typing 'new string[size];' every time you want to declare a new variable? If that's the case, and if it's suitable for the use of the variable, you could just create one global variable with that name.