If you add this after everything has been completed (all marks have been entered and converted) then it will work (obviously rename the controls or variables as you need).
vb Code:
Me.Label1.Text = String.Empty For i As Integer = 0 To charGrade.Length - 1 Me.Label1.Text &= charGrade(i) & Environment.NewLine Next




Reply With Quote