This change allows for databuffers to treat numbers like strings and a number that would contain more that 1 byte would be wxpanded to fit into the next. The max length is 4 bytes
6 lines
87 B
Lua
6 lines
87 B
Lua
local bin = require("bin")
|
|
local bits = bin.bits
|
|
test = bin.newDataBuffer(16)
|
|
print()
|
|
|