Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello,
Ok, so I did Google it, but it didn't help me. I have the following code:
[code]
int main() {
upto = 1;
while upto < 10 {
[/code]
(That's not the whole lot of it, It's just the bits that are necessary) but it tells me that 'identifier upto is undefined'.
Can anyone help (Or rather, can anyone be bothered to)?