empty

Typeconstant
DictionaryLCS
LibraryLiveCode Script
Syntax
empty
Summary

Equivalent to nothing, the empty string "".

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put empty into field "Results" -- clears the field
RelatedCommand: 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.

Tagstext processing