Worst case for me with RA, I have to test 19 words!
But I am sure I encounter my worst case more often.
Code: (Select All)
words = 279422
While words > 1
words = words / 2
count = count + 1
Wend
Print count
b = b + ...