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 -------- - :doc:`Concat Text ` - :doc:`Contains Text ` - :doc:`Format String ` - :doc:`Get Word Count ` - :doc:`Get Word Length ` - :doc:`Modify String ` - :doc:`String Operation ` - :doc:`String Replace ` - :doc:`Substring ` - :doc:`Text Extraction ` - :doc:`Trim Text `