Thanks for the feedback.
I still think there are issues with this approach.
I ran a test and printed the output.
I ran a For/Next loop from 0 to 255.
e.g.
For i = 0 to 255
Lookdown2 i, <= [%00000000,%00000001,%00000010,%00000100,%00001000, %00010000,%00100000,%01000000,%10000000,%11111111], j
Next i
The output resulted in 247 wrong values out of 256.
I am attaching the output here.
Again, perhaps I'm wrong and missing something?
Lookdown2.pdf
Bookmarks