forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathempty.lcdoc
More file actions
27 lines (15 loc) · 684 Bytes
/
Copy pathempty.lcdoc
File metadata and controls
27 lines (15 loc) · 684 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
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,web,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), string (keyword), field (keyword), quoted (glossary), variable (glossary)
Tags: text processing