Experts,
Please explain the visual basic 6 IF statemen below. What is the order of the tests ( please add parenthesis if it will show order of tests)?
This is the "form" of the statement:
If A > 257 and B = 256 or C = 16 Then
This is the actual statement from the program
If .ImageColors > 257 And .DisplayColors = 256 Or .DisplayColors = 16 Then
500 pts. (in a hurry)
Thanks
Start Free Trial