What is the decimal value for return? I need to know this because I am trying to make an if statement that determines if the text goes to a new line. Thanks.
The decimal value of the line-feed character is 10. However, advanced programmers more commonly check for the hexadecimal value (0x0a). For a more detailed discussion/example, please see thread205-236269.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.