07-13-2006 08:41 AM
07-13-2006 08:48 AM
07-13-2006 08:48 AM
Hi
If you want them to execute sequentially, you have to connect them somehow. You can do this with every datatype. If you have date out of loop one, which is needed in loop two, just wire it over to it. If they do different tasks, you can wire a boolean constant out of loop one to loop two.
But take care, that you do not enable indexing on this wire! Otherwise your second loop will not iterate the correct number.
07-13-2006 08:50 AM - edited 07-13-2006 08:50 AM
Message Edité par TiTou le 07-13-2006 03:50 PM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
07-13-2006 09:03 AM - edited 07-13-2006 09:03 AM
Message Edited by altenbach on 07-13-2006 07:03 AM
07-13-2006 09:16 AM
07-13-2006 09:35 AM
07-14-2006 02:12 AM