crystal_lattice
Joined: 13 Jun 2006 Posts: 164
|
Array of inputs |
Posted: Mon Apr 14, 2008 12:48 am |
|
|
Hi all, excuse the silly question, is it possible to create an array of inputs like inp[] and then be able to access it in say a "for loop"?
Kind Regards
Code: |
int8 x,y;
for(x=0;x<max;x++)
{
y = inp[x];
} |
|
|