Type character '<charactername>' does not match declared data type '<type>'
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.