WoW:API strchar: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
> = string.char() -- empty string | > = string.char() -- empty string | ||
---- | |||
{{WoW API}} |
Revision as of 05:56, 4 January 2006
string.char(i1, i2, ...)
Generate a string representing the character codes passed as arguments. Numerical codes are not necessarily portable across platforms.
> = string.char(65,66,67) ABC > = string.char() -- empty string