Ask Your Question

Revision history [back]

To add new data to a table correct you must use the table.insert function . For example:

table.insert(partialBuffer, buffer:range(x,y))

Additional documentation and information: https://www.lua.org/pil/19.2.html