Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.29 KB | None | 0 0
  1. Dim x as integer    
  2. Function count()
  3.         Dim result As Double
  4.         Do While result = NumericUpDown1.Value = False
  5.             For x = 0 To 1000
  6.                 result = New DataTable().Compute(TextBox1.Text + x, Nothing)
  7.             Next
  8.         Loop
  9.         Return x
  10.     End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement