Hi, I already know i can use the RANDOM command to generate a 16 bit random number. The problem is that i dont know how to generate one that is between 0 and anything upto 255.
You can use only the low byte or the high byte of the randomized word.

Al.