View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#143
one note: this is false when you have exactly 1000 calls.
Code:
        // If we got less than limit events, then it's the last batch
        keepgoing = (count == limit);
__________________
~ teleshoes ~