forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundLine.lcdoc
More file actions
47 lines (31 loc) · 1.25 KB
/
Copy pathfoundLine.lcdoc
File metadata and controls
47 lines (31 loc) · 1.25 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
Name: foundLine
Type: function
Syntax: the foundLine
Syntax: foundLine()
Summary:
<return|Returns> a <chunk expression> describing the <line> in which
text was located by the most recent <find> <command>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
the foundLine
Example:
if value(the foundLine) contains "*" then answer value(the foundLine)
Returns:
The <foundLine> <function> <return|returns> a <chunk expression> of the
form line lineNumber of field fieldNumber.
Description:
Use the <foundLine> <function> after a <find> command to determine where
the text was found.
The <foundLine> <function> is cleared when the text <selection> moves
into the <foundField> or when the <current card> is closed. At the same
time, the box the <find> command draws around the found text disappears.
If there is no box, the <foundLine> function <return|returns> empty.
To get a chunk expression describing the word or string that was found,
use the foundChunk <function>.
References: find (command), function (control structure),
foundField (function), mouseLine (function), current card (glossary),
command (glossary), return (glossary), chunk expression (glossary),
selection (keyword), line (keyword)
Tags: database