Redundancy
The Weird and The Wonderful
2
Posts
2
Posters
0
Views
1
Watching
-
Another sample from our code base...
If UCase(optionText) = "True" Or optionText="1" Then
' Some code here
End IfFurther down in the function, there's a test for Windows 3.1, so I guess this has been in place a while. Still no excuse though.
-
Another sample from our code base...
If UCase(optionText) = "True" Or optionText="1" Then
' Some code here
End IfFurther down in the function, there's a test for Windows 3.1, so I guess this has been in place a while. Still no excuse though.