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.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.