string.char
Creates a string from one or more numeric ASCII codes.
string.char(...): string
Arguments
| Name | Description | Type |
|---|---|---|
| byte | One or more numeric ASCII codes. | number |
Returns string
Creates a string from one or more numeric ASCII codes.
string.char(...): string
| Name | Description | Type |
|---|---|---|
| byte | One or more numeric ASCII codes. | number |
Returns string