nanos world API Reference Unofficial documentation
Function Shared Native

string.char

Receives zero or more integers. Returns a string with length equal to the number of arguments, in which each character has the internal numeric code equal to its corresponding argument

Syntax

Lua
string.char(values)

Parameters

Name Type Default Description
values integer...

Returns

  • string the string