0100: Invalid operator
Compiler found an operator that is not supported in the current context. At the moment this error is being thrown when anything other than the assignment operator =
is used after the list of variables:
Possible solutions:
check your expression. Use the
=
operator after a comma-separated list of variables:
use one variable with other operators:
Previous0099: Left-hand side of the assignment must be a variableNext0101: Variable is not a class instance
Last updated