codepoints | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the number function(glossary) to designate codepoints as a separate portion of a string. |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: characters, codepoint, codeunits, character, string, codeunit, bytes, byte Glossary: function Function: number |
Description | Use the codepoints keyword to count the number of codepoints making up a string. A codepoint refers to the integer identifiers associated with Unicode characters. A single character is composed of one or more codepoints. Use the expression
to find out how many codepoints make up a Unicode string. |