THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

Try replacing this line:

local byteBefore = message_bytes:raw(i-1,1)

With this one:

local byteBefore = message_bytes:get_index(i - 1)