21.04.2011, 14:22
Quote:
new string[x], X defines how many cells are reserved for that string, if you do new string[256] it will reserve 256 cells for that string, but since most strings are not bigger than 128, it's useless, so there are still 256-128 = 128 unused slots, wich affects you're ram.
|