03-07-2008 06:11 PM
03-07-2008 06:20 PM
Since you don't initialize the shift register, the array has initially zero elements. Adding an array of any size to it will result in an array of zero elements as expected.
Possible Solutions:
03-07-2008 06:25 PM - edited 03-07-2008 06:27 PM
03-09-2008 04:09 PM