Hey everyone. My friend and I are re-learning Visual Basic, and we are stumped on this bit of code.
For intAsterisks As Integer = 0 To intLine - 1
lblAsterisks.Text = lblAsterisks.Text + "*"
Next
We need to be able to make that from a For Next code into a Do Loop code. Could anyone assist us?