WoW:API strchar: Difference between revisions

19 bytes removed ,  15 August 2023
m
Move page script moved page API strchar to WoW:API strchar without leaving a redirect
mNo edit summary
m (Move page script moved page API strchar to WoW:API strchar without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
string.char(i1, i2, ...)
{{luaapi}}
 
Generate a string representing the character codes passed as arguments. Numerical codes are not necessarily portable across platforms.
Generate a string representing the character codes passed as arguments. Numerical codes are not necessarily portable across platforms.
s = string.char(i1, i2, ...)
s = strchar(i1, i2, ...)


== Examples ==
  > = string.char(65,66,67)
  > = string.char(65,66,67)
  ABC
  ABC
  > = string.char()  -- empty string
  > = string.char()  -- empty string
 
""
[[Category:API Functions|strchar]]
[[Category:API String Functions|strchar]]
Anonymous user