Action group: Text
Description
The action deletes the specified number of symbols from the position.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Source text | Text to make action on | Robin.String | Yes | |
Position number | The zero-based starting character position of a substring | Robin.Numeric | Yes | |
Length | The number of characters to be removed. By default, it is cut to the end of the line. | Robin.Numeric | No | |
Results | ||||
Result | A string variable containing the deleted substring from the specified string. | Robin.String |
None.
There is a variable "Text" with value: "List: Robot 1. Robot 2. Robot 3." Show the value "Robot 1. Robot 2. Robot 3." in a dialogue window.
Use the "Delete from position", "Show message" actions.
The formatted text is displayed in the dialogue window.