Delen via


Character constant must contain exactly one character

A character constant is not valid because either it contains more than one character or is a null character (all bits are zero).

Error ID: BC30004

To correct this error

  • Change the character constant to a single character or change the null character to a valid character.

See Also

Reference

Char Data Type (Visual Basic)