08-30-2007 03:02 PM
08-30-2007 03:26 PM
08-30-2007 03:57 PM - edited 08-30-2007 03:57 PM
@halvorka wrote:
The two ideas I have are to either use shift registers (which can get messy with 3 loops) to store the value,
Not really that messy :). let's assume that the innermost loop sees all iteration (i.e. is not inside a case structure), all you need in an unintialized shift register in the innermost loop as e.g. shown in the figure.
Message Edited by altenbach on 08-30-2007 01:57 PM
08-31-2007 07:29 AM