error 027: invalid character constant
#4

@Vince is completly right:
027 - invalid character constant
One likely cause for this error is the occurrence of an unknown escape sequence, like “\x”. Putting multiple characters between single quotes, as in ’abc’ also issues this error message. A third cause for this error is a situation where a character constant was expected, but none (or a non-character expression) were provided.
Reply


Messages In This Thread
error 027: invalid character constant - by iLearner - 14.09.2016, 18:01
Re: error 027: invalid character constant - by Vince - 14.09.2016, 18:22
Re: error 027: invalid character constant - by iLearner - 14.09.2016, 18:26
Re: error 027: invalid character constant - by Dayrion - 14.09.2016, 18:28
Re: error 027: invalid character constant - by Vince - 14.09.2016, 18:33
Re: error 027: invalid character constant - by iLearner - 14.09.2016, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)