llChar

From Second Life Wiki
Revision as of 12:54, 5 May 2021 by Rider Linden (talk | contribs) (Created page with "{{LSL Function |func_sleep=0.0|func_energy=10.0 |func=llChar|sort=Char |func_desc=Return a single character string generated from the supplied Unicode |return_type=string |p1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: string llChar( integer val );

Return a single character string generated from the supplied Unicode
Returns a string

• integer val Unicode value for character.

This function returns a single character string witch the character at the UTF-32 code point.

Examples

See Also

Functions

• llOrd Convert a character into an ordinal
• llHash Calculate a 32bit hash for a string

Articles

•  "Wikipedia logo"UTF-16

Deep Notes

Search JIRA for related Issues

Signature

function string llChar( integer val );