forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfourth.lcdoc
More file actions
37 lines (23 loc) · 810 Bytes
/
Copy pathfourth.lcdoc
File metadata and controls
37 lines (23 loc) · 810 Bytes
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
Name: fourth
Type: keyword
Syntax: fourth
Summary:
Designates the fourth member of a set.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
select after text of fourth field
Example:
put empty into the fourth char of thisName
Description:
Use the <fourth> <keyword> in an <object reference> or
<chunk expression>.
The <fourth> <keyword> can be used to specify any <object(glossary)>
whose <number> <property> is 4. It can also be used to designate the
fourth <chunk> in a <chunk expression>.
The word the is optional when using the <fourth> <keyword>.
References: four (constant), number (function), object (glossary),
keyword (glossary), property (glossary), object reference (glossary),
chunk expression (glossary), chunk (glossary)
Tags: math