05-13-2006 09:37 PM
I want to use a shift register to incremnt a value by 0.5 every time through a for loop. However, I do not want the value on the shift regester to start at 0 I want it to start at a user defined value. How do I get it to start at a user defined value and then increment by 0.5 from there? I can do the incrementing part, just not the addition at the start. If there is a better way to do this than shift registers, I would be up for that as well.
thanks
05-13-2006 10:52 PM
05-14-2006 01:06 AM
05-15-2006 03:07 AM