powerList = new string[256] {"..." };
powerIndex = new string[30] {"..." };
typeIt = new int[256] { 1, ..., 2 };
am I not doing exactly what it says in MSDN? <a href="http://msdn.microsoft.com/en-us/library/aa288453(VS.71).aspx">msdn
string[] names = new string[] {"Matt", "Joanne", "Robert"};
i swear for each stupid mistake I bring you guys, I fix a lot of them on my own...