Function String_IsEmpty

Checks whether the provided value is non-empty and non-null

String_IsEmpty([VALUE])

Parameters

#TypePassingDefaultNameDescription/Comments
1anyrequiredn/aVALUEThe value to check

Returns

Whether the value is valid


Examples

Example to test if a value is valid

{{IF String_IsEmpty(PROPCODE)}}
Conditional html code...
{{ENDIF}}