Documentation

null

Syntax: %null(string)

Returns true if string is the null string. If string is left out then it returns a null string.

Example:

#VAR a {}
#VAR b { }
#UNVAR c
#SHOW a:%null(@a) b:%null(@b) c:%null(@c)

displays:

a:1 b:0 c:1

Add comment

Login or register to post comments