12.01.2015, 06:39
Can you show me all the errors, and the lines of errors?
It means you've created a new variable 'string' 2 times, Like maybe one global and one with the same name inside a callback. just change the string to astring or str or anyting else..
Code:
local variable "string" shadows a variable at a preceding level.