You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Equivalent to nothing, the empty <keyword tag="string">string</keyword> <code>""</code>.</summary>
<examples>
<example>put empty into field "Results" <code><i>-- clears the field</i></code></example>
</examples>
<description>
<p>Use the <b>empty</b> <command tag="constant">constant</command> as an easier-to-read substitute for a <glossary tag="quoted">quoted</glossary> <keyword tag="string">string</keyword> with nothing inside the quotes,<code> ""</code>.</p><p/><p><b>Comments:</b></p><p>Putting <b>empty</b> into a <keyword tag="field">field</keyword> or <glossary tag="variable">variable</glossary> clears it.</p><p/><p>Putting <b>empty</b> into a nonexistent <glossary tag="variable">variable</glossary> creates the <glossary tag="variable">variable</glossary> with no content.</p>