F
Femi
Hello,
Can anyone help? I get the error message below:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
Code snippet:
Class Test{
string [][] MyString = new string [3][];
MyString[0] = new string[5];
}
Thanks
Can anyone help? I get the error message below:
Array size cannot be specified in a variable declaration (try initializing with a 'new' expression)
Code snippet:
Class Test{
string [][] MyString = new string [3][];
MyString[0] = new string[5];
}
Thanks