Invalid procedure call or argument: 'chr'

Source: Internet
Author: User

The following error occurs when you access a website in a virtual space today:

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument: 'chr'

/Admin/INC/upload. Inc, line 75

 

The English version of the server may be used because

The CHR function returns a string containing the specified characters.CodeRelated characters.

Related Syntax: CHR (charcode)

The necessary charcode parameter is a long string used to recognize a character.

Note: Numbers between 0 and 31 are the same as standard non-printable ASCII code. For example, CHR (10) can return line breaks. The normal charcode range is 0-255. However, in the DBCS system, the actual charcode range is-32768 to 65535.

Note: The chrb function acts on the byte data contained in the string. Chrb always returns a single byte instead of a single character. A character may be one or two bytes. The chrw function returns a string that contains Unicode. If Unicode is not supported, the function is the same as the CHR function.

Therefore, the error line75 line code: stemp = stemp &CHR(ASCW (chrb (ASCB (upfile_5xsoft_stream.read (1) & chrb (c )))

InCHRChangeChrwYou can!

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.