I need help to what seems to be a simple task, but I cannot find how to do this.
I have a form and a button. In the 'button_click' event I want to declare an array like - String myArray [20,50]-
Then I want to populate the array withlines of text that I am reading from a ,txt file. That is, 50 line X 20 character. (I know how to read the file)
Could anyone show me the correct syntax/method to get this working.