forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbytes.xml
More file actions
69 lines (54 loc) · 2.07 KB
/
Copy pathbytes.xml
File metadata and controls
69 lines (54 loc) · 2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<doc>
<legacy_id></legacy_id>
<name>bytes</name>
<type>keyword</type>
<syntax>
</syntax>
<synonyms>
</synonyms>
<summary>Used with the <command tag="sort">sort</command> <glossary tag="command">command</glossary>, <function tag="number">number</function> <control_st tag="function">function</control_st>, and <operator tag="is among">is among</operator> and <operator tag="is not among">is not among</operator> <glossary tag="operator">operators</glossary> to designate each byte as a separate portion of a <keyword tag="string">string</keyword>.</summary>
<examples>
<example>get the number of bytes of field "Entry"</example>
<example>get the number of bytes of the compress of tString</example>
</examples>
<history>
<introduced version="4.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Text and Data Processing</category>
<category>Database Operations</category>
</classification>
<references>
<operator tag="is among">is among Operator</operator>
<operator tag="is not among">is not among Operator</operator>
<keyword tag="byte">byte Keyword</keyword>
<keyword tag="character">character Keyword</keyword>
<keyword tag="characters">character Keyword</keyword>
</references>
<description>
<overview>Use the <b>bytes</b> <glossary tag="keyword">keyword</glossary> to <command tag="sort">sort</command> or <command tag="select">select</command> individual bytes.</overview>
<parameters>
</parameters>
<value></value>
<comments>A byte is a single letter, digit, punctuation mark, or control character.<p></p><p></p><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.</note></comments>
</description>
</doc>