C1004: Too many chars in constant

Top  Previous  Next

Description:

Character constants may contain two characters at most (in which case, the constant type will be ‘word’).

Example:

 

x = `abc` ' error C1004: too many chars in constant

 

See Also

Constants