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!