09-10-2008, 02:21 PM
Just a note about Select Case, this is not faster than if's in C++ or Java, as it has to address every argument.
Anyone know why its faster in VB? Its technically impossible if its executed properly, my only conclusion is vb does something sick =P
Anyone know why its faster in VB? Its technically impossible if its executed properly, my only conclusion is vb does something sick =P