Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAvailability

This routine is available since starting with katl-commons 1.0 .

Syntax

...

isNull(variable)

Description

...

Excerpt

Checks if the provided variable is null or has no value associated and returns true. Otherwise returns false.

Parameters

...

Parameter name

Required

Description

variable

Yes

The value that you want tested. The value argument can be a string or a variable of any type.

Return type

...

boolean (true/false)

Examples

...

Note

If isNull returns true the variable has no value attached. isNull will return false for zero for numeric variables or blank for character/string

See also

...

Filter by label (Content by label)
cqllabel = "basic_routines"
labelsbasic_routines

...