My main problem is that I don't know how to assign the textboxes to the array or what to do if the boxes are left blank. My code is below:
'Transfer textbox scores to individual player arrays.
If Integer.TryParse(txtPlayer1Score1.Text, intPlayer1Scores(0)) And intPlayer1Scores(0) >= 0 Then
'Then what? I don't know what to do here. Is the value sent to the array through the code above, or am I missing something else?
End If

New Topic/Question
Reply



MultiQuote




|