Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

API strchar

From WoWWiki

Jump to: navigation, search

"strchar" is a shortcut for the standard Lua library function "string.char". They can both be used interchangeably.

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


 


This is a Lua function and documented as part of the World of Warcraft API

Rate this article:
Share this article:
.