Sep-26-2018, 08:51 PM
what i mean is 0 to 255, not 0 to 127 as the bchr() in post #5 can do. i could add a %256 to force numbers out of range to be in range, otherwise deal with an exception since the bytes() function raises ValueError if it's out of range. either way, i now have what i needed.