Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Public Class Form1
  2.  
  3. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  4. Dim space As Integer
  5. Dim count As String
  6.  
  7.  
  8. Do space = InStr(TextBox1.Text, " ")
  9. Label1.Text = space
  10. Loop While
  11. End Sub
  12. End Class
Add Comment
Please, Sign In to add comment