Page 1 of 1

loop count loop

Posted: Sun Dec 23, 2012 3:06 am
by brandonb
in the "loop count" loop i noticed we cant link a variable, its not a problem as there are many work arounds but would be cool if we could link a byte variable to it since its just a for loop

Code: Select all

count=100;
for(i=0;i<count;i++){ }