Hi,
I'm trying to put this into global scope.
int i;
i=0;
It's just before loop to count the iterations, but it keeps coming up with the 'i' does not name a type. Googling this comes up with this error occurring for library use and the solution is to rearrange the library files. However I don't think this is applicable here as it's literally just an integer I'm trying to use so I'm confused!
The error comes up for i=0.
Advice is greatly appreciated as always.
Thanks - Rachael.