27.04.2017, 05:00
This may sound confusing, I tried deleting "new string[360];" then the compiling errors stopped. An explanation would be great. Probably variables are not allowed to be created inside a \'switch\' statement?
EDIT: Yup, variables are not allowed to be created inside a \'switch\' statement. Tried moving the variable outside/before the \'switch\' statement, and it worked. +rep for you guys
EDIT: Yup, variables are not allowed to be created inside a \'switch\' statement. Tried moving the variable outside/before the \'switch\' statement, and it worked. +rep for you guys

