forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodepoints.lcdoc
More file actions
37 lines (23 loc) · 876 Bytes
/
Copy pathcodepoints.lcdoc
File metadata and controls
37 lines (23 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name: codepoints
Type: keyword
Syntax: codepoints
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:
get the number of codepoints of tString
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
the number of codepoints of tString
to find out how many codepoints make up a Unicode string.
References: function (glossary), number (function),
characters (keyword), codepoint (keyword), codeunits (keyword),
character (keyword), string (keyword), codeunit (keyword),
bytes (keyword), byte (keyword)