iostream71
Programmer
i'm trying to set up a loop that handles this:
for (X = 0; X<10;X++){
_level0.buttonX.someValue = 10;
}
how can i execute that expression in the loop?
for (X = 0; X<10;X++){
_level0.buttonX.someValue = 10;
}
how can i execute that expression in the loop?