Action group: Text
Description
The action gets the total number of symbols in a text.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Text | The text in which the character count will be performed | Robin.String | Yes | |
Results | ||||
Result | Numeric variable containing the total number of characters in the text | Robin.Numeric |
When running the action, spaces are counted as a character.
There is a variable "Text" with value "Hello, friend! How are you?". Get the number of symbols in the text, show the result in the dialogue window.
Use the "Get length", "Show message" actions.
The output is the dialogue window with the number of symbols in the text.