WoW:API strchar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
ABC | ABC | ||
> = string.char() -- empty string | > = string.char() -- empty string | ||
[[Category:API Functions|strchar]] | |||
[[Category:API String Functions|strchar]] |
Revision as of 19:07, 27 August 2005
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