Änderung Implementierung async hasratetestfunktion

This commit is contained in:
ja
2021-12-15 13:37:55 +01:00
parent 70f98269be
commit dab0621a8e
3 changed files with 150 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ Partial Class Customers_Default2
VERAG_VARIABLES.initerrorcount()
Dim vals As New List(Of String)
Dim finalstr As String = ""
For i As Integer = Integer.Parse(TextBox1.Text)+1 To Integer.Parse(TextBox2.Text)
For i As Integer = Integer.Parse(TextBox1.Text) + 1 To Integer.Parse(TextBox2.Text)
Dim strtemp As String = ""
VERAG_VARIABLES.seterrorcount(Integer.Parse(i))