Chr()

Syntax

Text$ = Chr(CharacterValue)
Description
Returns a string created with the given UTF-16 character value.

Parameters

CharacterValue The UTF-16 character value, between 0 et 65535.

Return value

Returns a string created with the given character value.

Example

  Debug Chr(33)   ; Will display "!"
  Debug Chr(8226) ; Will display "•"

See Also

Asc()

Supported OS

All

<- Bin() - String Index - CountString() ->