I'm day new to this funny clicky stuff and already in need of rescue.
I'm attempting to populate an array of strings(names) with the user typing each name into a textbox as a way of input. Each name entered on a separte line and so into the next array element. I've set the text box to multiline but at the moment it gather all the data I've entered( how ever many lines) and plonks it in the first array element.
I've had no trouble writing this exercise as a console application but the clicky stuffs got me stuck. May be I shouldn't be using the textbox control?? This must be so straight forward as I can't find an example in the books. Whats the best way to go about this??
Help