03-13-2008 09:17 AM
03-13-2008 09:26 AM
In this Nugget I talk about handling a variety of control refence issues.
Please take a look at that Nugget for some ideas.
As illustrated in the Nugget, I prefer to handle things in a loop.
The multi-frame sequence structure that is generally shunned.
Ben
03-13-2008 09:29 AM
03-13-2008 09:46 AM
03-13-2008 10:00 AM - edited 03-13-2008 10:01 AM
The performance difference should be insignificant. Generally speaking the big code is usually a little faster than the smaller (here smaller is the For Loop).
Personally i prefer the For Loop method. It is a matter of coding style and not speed.