str_chr
Returns character from ASCII/Unicode code point.
str_chr(
code
) -> STRING
Returns character from ASCII/Unicode code point.
Syntaxe
var result = str_chr(72);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
code | yes | - | Unicode code point |