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

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