10-25-2006 05:26 AM
10-25-2006 06:41 AM
10-25-2006 06:55 AM
10-25-2006 06:57 AM
10-25-2006 12:14 PM
I would use an event structure. Modify as needed.
(Of course it seems a bit overkill to even use a while loop for exactly 2 iterations. If you know the numer of iterations beforehand, a FOR loop is usually more appropriate. Can you explain in a few sentences what the purpose of all this is? Maybe there is a much better solution :))