Here's the form: http://imgur.com/wU1ml
Can anyone tell me what I should use for this? Like what loop or substring? Please and thank you!
This is what I have, it's not good and it doesn't work.
Public Class Form1
Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click
Dim strInput As String
Dim strSearch As String
Dim cnt As Integer = 0
strInput = Me.txtEntx.Text
strSearch = Me.txtSer.Text
For Each Val(strInput) As Char In Val(strSearch)
If Val(strInput) =
Next
End Sub
End Class

New Topic/Question
Reply



MultiQuote






|