Missing declaration - You specified that variables and/or arrays should be declared before use, but didn't declare a variable or array. Use DIM, GLOBAL, LOCAL or STATIC to declare a variable's type or an array's dimensions. To declare Register Variables use the REGISTER statement.