what do i need to do so my output would be like this can help me please
this is my code
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim strLength As String = TextBox1.Text
MessageBox.Show("Output : " & strLength.Length.ToString)
End Sub
End Class
what do i need to do so my output would be like this can help me please