0098: Unknown operator
The compiler found an unknown character sequence where a valid operator was expected.
Possible solutions:
Check the syntax and provide a known and valid operator. Valid operators are:
<
,<=
,=
,>
,>=
,==
,<>
,+=
,-=,
*=
,/=
,&=
,|=
,^=
,~=
,%=
,>>=
,<<=
,#=
,+=@
,-=@
.
Previous0097: Too many actual parametersNext0099: Left-hand side of the assignment must be a variable
Last updated