empty | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to nothing, the empty string "". |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: constant, delete variable Glossary: quoted, variable Keyword: string, 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. |
Tags | text processing |