harsh_electro Posted October 3, 2005 Report Share Posted October 3, 2005 Hi friends, I am stucked with some logical stuff,my program requires that the data be added every time it enters in to the loop. like 1st loop value of variable is 5 2nd time this value shud be added to the new value of variable say for example this time value of variable is 10 so ans shud be 15 ,(5 previous value + 10 present value of a variable ) this procedure repeats based on a loop count. Quote Link to comment
Khalid Posted October 3, 2005 Report Share Posted October 3, 2005 Lookup Shift Registers in Online Help. You will need these to remember values from one iteration to the next. -Khalid PS: Sorry Michael, I know talk is cheap.. but time is not Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.