for o=1,size do
textTable[o] = string.sub(text,o,o)
end
I've tested my size variable. That's fine. I've also tried to use string.sub(text,o,o), but that gives me a similar error. However, I can assign it to a variable and print the variable. Any advice would be appreciated.











