Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

a equals empty ? true b, false c

Prev Next

Checks if the Empty Flag of a is set. If yes, b is returned, c otherwise.

Parameters

Parameter

Description

a

Value to be checked.

b

Value to be returned if the Empty Flag is set.

c

Value to be returned if the Empty Flag is not set.

Example

Parameter a

Empty Flag

Parameter b

Parameter c

Result

123

false

Values does not exist

Value exists

Value exists

10.12.2017

true

Invalid date

Date is valid

Invalid date