Oracle provides the following explanations for ASCII and CHR functions: ASCII (x) gets the ASCII value of the character X, CHR () and ASCII () have the opposite effect. That is, the ASCII function is used to convert characters into their
http://blog.csdn.net/cunxiyuan108/article/details/5989701CHR (CharCode)The necessary charcode parameter is a Long that is used to identify a character. Charcode:ascii yardsEach word has its own ASCII To know the ASCII code of a word, write a VB
For the use of ASCII and CHR functions, Oracle gives the following explanations:ASCII (x) Gets the ASCII value of the character X, CHR () and ASCII () with the opposite effect.That is: The ASCII function is used to convert the character to its
CHR (9), CHR (10), CHR (13), CHR (32), CHR (34)
All ASCII code tables: [url] http://www.asciitable.com/#/url]
CHR (13) is a carriage return
CHR (10) is a line break
CHR (32) is a space character
9 \ 34 is a tab, not sure?
The following are some
Chr (9), Chr (10), Chr (13), Chr (32), Chr (34)All About ASCII code table: [Url]http://www.asciitable.com/[/url]Chr (13) is a carriage returnCHR (10) is a newline character.Chr (32) is a spaces9\34 is tab, not OK?Here are some of the columns
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.