Character sequence for Enter

pidgin at alexoren.com pidgin at alexoren.com
Fri Nov 17 13:04:10 EST 2017


On 2017-11-17 11:21 AM, Rich Allcorn wrote:
> Go to Wikipedia and look up ASCII characters and it will give you a list of the ASCII and HEX codes for each letter/character of the alphabet, including spaces, punctuation, etc. This should help you with your coding.

In C "\n" and "\t" should be translated to the the correct code for "line feed" and "horizontal tab"

One could try "\r" or a combination "\r\n" instead of "\n", but in some cases a conversion happens automatically (text mode file I/O for example)



More information about the Support mailing list