05.09.2012, 18:11
If you create different strings it wont really effect the game you, but you can keep doing like new string[128]; not like new another_string[128]; can you just use new string[128]; every time, If you just use one big string it might make your life easier so you don't need to keep doing new but maybe some problems may occur if you use the big string everytime.
So I think doing new string[128]; is kinda more reliable.
So I think doing new string[128]; is kinda more reliable.