StringIsNullOrEmpty

Category

String Commands

Description

This command the specified string is null or an empty string. Use this command when simultaneously test whether a String is null or its value is String.Empty.

Parameters

Variable Input Name

Supply the value or variable to check for Null or Empty, e.g., {vSomeVariable}.

Result

Indicate variable name to store result.

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\String Commands\StringIsNullOrEmpty\StringIsNullOrEmpty.xml

See Also