Action group: Text
Checks if the text is empty or equal to "null"
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | Source text for processing. | Robin.String | Yes | |
Spaces as emptiness | Robin.Boolean | true | No | |
Results | ||||
Result | Boolean variable to which the test result will be written | Robin.Boolean | true |
None.
There is a variable "Input text" with the text "Hallo!". It is required to check the text in the variable for null and empty, write the result to a boolean variable and print a message: text is empty or text is present.
Use the actions "Check for null and void", "If", "Show message".
The text is found and the result is displayed in the dialog box