Quote Originally Posted by mister_e View Post
from the manual
Code:
The LOOKUP statement can be used to retrieve values from a table of 8-bit constants.
8 bits = byte, max value = 255
so you need to use 2 LOOKUP2 table

split your lookup table in two, duplicate your code and your ready to go.
can you show me the sample please?