mchoudhury
Programmer
Hi Guys
How can i re-write this code so :
If TSP.Count - 1 = 1 Then
TelephoneCallPlanID = 1
End If
Dim cc As New ConnectionCharge(TelephoneCallPlanID)
if TSP.Count - 1 = x then
TelephoneCallPlanID = x
thanks
How can i re-write this code so :
If TSP.Count - 1 = 1 Then
TelephoneCallPlanID = 1
End If
Dim cc As New ConnectionCharge(TelephoneCallPlanID)
if TSP.Count - 1 = x then
TelephoneCallPlanID = x
thanks