#Region "RunnerPoolDristrabution"
Private poollist As New ArrayList
Public Sub RunnerDistrabution()
Dim i As Decimal = 0
Dim ipool As Decimal = 0
Dim q As Decimal = 0
Dim count As Integer = 0
For Each item As ListViewItem In ListView7.Items
i = (winpool - ipool) / CDec(item.SubItems(1).Text)
item.SubItems(8).Text = (i + (0.2 * i)).ToString("N2")
If poollist(count).ToString <> item.SubItems(8).Text Then
poollist. ((i + (0.2 * i)).ToString("N2"))
End If
ipool = ipool + i
count += 1
Next
For Each item As ListViewItem In ListView7.Items
q = CDec(item.SubItems(8).Text)
item.SubItems(9).Text = (i + (0.2 * i) - CDec(q)).ToString("N2")
Next
End Sub
#End Region
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.