forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbyteOffset.xml
More file actions
executable file
·72 lines (58 loc) · 1.68 KB
/
Copy pathbyteOffset.xml
File metadata and controls
executable file
·72 lines (58 loc) · 1.68 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
70
71
72
<doc>
<legacy_id></legacy_id>
<name>byteOffset</name>
<type>function</type>
<syntax>
<example>byteOffset(bytesToFind,binaryStringToSearch[,bytesToSkip])</example>
<example></example>
</syntax>
<synonyms>
</synonyms>
<summary>Returns the number of bytes between the first byte of a value and an occurrence of a specified binaryString.</summary>
<examples>
<example><p>offset("c","abcde") -- returns 3</p></example>
<example><p>offset("b","abacadabra",2) -- returns 6</p></example>
<example><p>offset("bark","embarking") -- returns 3</p></example>
<example><p></p></example>
<example><p></p></example>
</examples>
<history>
<introduced version="7.0">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
<experimental version=""></experimental>
<nonexperimental version=""></nonexperimental>
</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></category>
</classification>
<references>
<function tag="length">length function</function>
<function tag="wordOffset">wordOffset function</function>
<function tag="itemOffset">itemOffset function</function>
<function tag="lineOffset">lineOffset function</function>
<function tag="offset">offset function</function>
<command tag="sort container">sort container command</command>
<command tag="find">find command</command>
<operator tag="begins with">begins with operator</operator>
</references>
<description><p></p><p></p></description>
</doc>