forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbytes.lcdoc
More file actions
42 lines (28 loc) · 1.07 KB
/
Copy pathbytes.lcdoc
File metadata and controls
42 lines (28 loc) · 1.07 KB
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
37
38
39
40
41
Name: bytes
Type: keyword
Syntax: bytes
Summary:
Used with the <sort> <command>, <number> <function>, and <is among> and
<is not among> <operator|operators> to designate each byte as a separate
portion of a <string>.
Introduced: 4.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
get the number of bytes of field "Entry"
Example:
get the number of bytes of the compress of tString
Description:
Use the <bytes> <keyword> to <sort> or <select> individual bytes.
A byte is a single letter, digit, punctuation mark, or control
character.
>*Note:* At present the bytes keyword is identical in functionality to
> the characters keyword. However, it should be used when strings
> containing binary data are being manipulated to ensure future
> efficiency.
References: sort (command), select (command),
function (control structure), number (function), command (glossary),
operator (glossary), keyword (glossary), character (keyword),
characters (keyword), byte (keyword), string (keyword),
is not among (operator), is among (operator)
Tags: database