I have the below if statement, that should catch if any of the
conditions are met.....however for some reasons if my
boolDSIFlushGap Reading = true and MuxClass.DSIVal ues.count =1 and my
muxclass.COM1Ac tive =1 it will not exit the program??? Why is that can
anyone help me
Urgent!!!!!!
If boolDSIFlushGap Reading = False And muxClass.DSIVal ues.Count < 2 And
Not muxClass.COM1Ac tive = 1 Then
Exit Sub
End If
conditions are met.....however for some reasons if my
boolDSIFlushGap Reading = true and MuxClass.DSIVal ues.count =1 and my
muxclass.COM1Ac tive =1 it will not exit the program??? Why is that can
anyone help me
Urgent!!!!!!
If boolDSIFlushGap Reading = False And muxClass.DSIVal ues.Count < 2 And
Not muxClass.COM1Ac tive = 1 Then
Exit Sub
End If
Comment