character | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | char |
Summary | Designates a single character as part of a chunk expression. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: characters, codepoint, codeunits, character, line, word, codepoints, bytes, byte, codeunit Glossary: chunk expression Property: imageSource |
Description | Use the character keyword to refer to a specific character or characters in a container. A character refers to what would naturally be thought of as a single graphical character, even if it is composed of multiple sub-units, as in some accented text or Korean ideographs. The hierarchy of the new and altered chunk types is as follows: byte w of codeunit x of codepoint y of char z of word ...
|
Tags | text processing |