Lingo Dictionary > D-F > EMPTY |
![]() ![]() ![]() |
EMPTY
Syntax
EMPTY
Description
Character constant; represents the empty string, ""
, a string with no characters.
Example
This statement erases all characters in the field cast member Notice by setting the field to EMPTY
:
member("Notice").text = EMPTY
![]() ![]() ![]() |