Which of these is faster?
1)VB Code:
If a_long_set_of_conditions Then a_variable = False
2)VB Code:
a_variable = Not a_long_set_of_conditions
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |