Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A variable is declared with one data type but referred to with a type character representing an incompatible data type, for example K$ = 10 when K is declared Integer.
Error ID: BC30277
To correct this error
- Change the declared data type of the variable, or change or remove the type character in the reference.