Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21266

Question about If statement

$
0
0
Are the two following If statements equivalent?


If A = 5 And B = 5 And C = 5 Then
'Do something
End

If A = B = C Then
'Do something
End

Viewing all articles
Browse latest Browse all 21266

Trending Articles