loop count loop

Moderator: Benj

Post Reply
brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times
Contact:

loop count loop

Post 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++){ }

Post Reply