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
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
Chr (13) is a carriage return Chr (10) is a newline character Chr (32) is a spaces 9\34 is tab, not OK?
Chr (13) is a carriage return Chr (10) is a newline character Chr (32) is a spaces 9\34 is tab, not OK?
Here are some of the columns
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
Chr () and ASCII () functions in Oracle (attached: characters commonly used and ASCII table)keywords: chr ()Chr () function action: Special handling of "special" charactersThe corresponding loadline and special characters can be queried in PlsqlChr (
Regular
If you have not used regular expressions before, you may not be familiar with this term or concept. However, they are not as novel as you might think.Recall how you found the file on your hard disk. Are you sure you will use it? and *
Copy Code code as follows:
'=====================================
' Convert content to prevent accidental
'=====================================
Function Content_encode (ByVal t0)
IF IsNull (t0) Or Len (t0) =0 Then
Content_encode= ""
Else
Copy codeThe Code is as follows: '==============================================
'Switch content to prevent exceptions
'==============================================
Function Content_Encode (ByVal t0)
IF IsNull (t0) Or Len (t0) = 0
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.