byte | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates a single byte as part of a chunk expression. |
Introduced | 4.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: characters, codepoint, codeunits, character, codepoints, codeunit, bytes Glossary: chunk expression, keyword, container |
Description | Use the byte keyword to refer to a specific byte or bytes in a container. A byte is an 8-bit unit and can only be reliably used with binary data. 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 |