forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathempty.lcdoc
More file actions
32 lines (19 loc) · 687 Bytes
/
Copy pathempty.lcdoc
File metadata and controls
32 lines (19 loc) · 687 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
Name: empty
Type: constant
Syntax: empty
Summary:
Equivalent to nothing, the empty <string> "".
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
put empty into field "Results" -- clears the field
Description:
Use the <empty> <constant> as an easier-to-read substitute for a
<quoted> <string> with nothing inside the quotes, "".
Putting <empty> into a <field> or <variable> clears it.
Putting <empty> into a nonexistent <variable> creates the <variable>
with no content.
References: constant (command), delete variable (command),
quoted (glossary), variable (glossary), string (keyword), field (keyword)
Tags: text processing