Skip to main content
Skip table of contents

Empty()

Ausdruck auf "Leer" prüfen

Die Funktion prüft, ob ein Ausdruck von beliebigem Datentyp (z.B. Zeichenkette, Datum, numerischer Wert) leer ist.

Parameter

Beschreibung

aVar:U

Beliebiger Datentyp

Rückgabewert

Logisch / Boolean - Ausdruck leer

Beispiel

CODE
Empty("Dontenwill    ")   // Ergebnis: False
Empty("              ")   // Ergebnis: True
Empty(0)                  // Ergebnis: True

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.