1. error 017: undefined symbol
you should assign variables or function. ( e.g. new Var; )
2. error 033: array must be indexed
you should use your variables as array. ( e.g. Var = 10; => Var[3] = 10; )
if you post your code together, it will help us to answer your question
you should assign variables or function. ( e.g. new Var; )
2. error 033: array must be indexed
you should use your variables as array. ( e.g. Var = 10; => Var[3] = 10; )
if you post your code together, it will help us to answer your question