|
Re: How do i put all of the relay inputs into an array?
Better yet, how can a store variable names within an array so that when i say:
myVar = 1;
array[1] = {myVar};
array[1] = 2;
printf(myVar);
I want the displayed output to be 2
__________________
I quit FRC over 2 years ago (more if you're reading this past 2010).
Last edited by amateurrobotguy : 12-12-2007 at 22:20.
|