Returns the character equivalent of a specified ASCII value.

Syntax

<oRef>.chr(<expN>)

<oRef>

A reference to a String object.

<expN>

The numeric ASCII value, from 0 to 255, inclusive, whose character equivalent you want to return.

Property of

String

Description

Other than the syntactic difference of being a method instead of a function, this method behaves identically to the CHR( ) function.