Empty()

This function is deprecated, use instead IsEmpty().

This function returns true if a value exists and is not "empty".

The following things are considered to be empty:

  • "" (an empty string)
  • [] (an empty array)
  • {} (an empty struct)

Any other value returns false

Status:

deprecated

Empty( variable=variableString );

Returns: Boolean

Argument Description
variable
variableString, required

Alias: variableName, object

Examples

There are currently no examples for this function.

See also