Error 519 - Missing declaration

Missing declaration - You specified that all variables must be declared before use, but this one was not declared.  Use DIM, GLOBAL, INSTANCE, LOCAL, STATIC, or THREADED to declare the data type and dimensions, if an array.  To declare Register Variables use the REGISTER statement.