VBS TUTORIAL: function-CHR function _vbs

Source: Internet
Author: User
Tags chr

Chr function

Returns the character that corresponds to the specified ANSI character code.

Chr(charcode)

The charcode parameter is a number that can identify characters.

Description

Numbers from 0 to 31 represent standard, non-printing ASCII code. For example,Chr (a) returns a newline character.

The following example uses the Chr function to return the character corresponding to the specified character code:

Chr(65) 'Return  A . Chr(97) 'return  a . Chr(62) 'return  > . Chr(37) 'return  % .

Note the ChrB function is used in conjunction with the byte data contained in the string. ChrB is not a character that returns one or two bytes, but a character that always returns a single byte. The ChrW is provided for 32-bit platforms that use Unicode characters. Its argument is a Unicode (wide-character) character code, so you can avoid converting ANSI to Unicode characters.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.