Action group: Text
Description
The action extracts the specified number of characters from the specified position.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Source text | Text to make action on | Robin.String | Yes | |
Position | The zero-based starting character position of a substring. If the specified value is greater than the possible value, an error will be thrown. | Robin.Numeric | Yes | |
Length | The number of characters to extract. By default, it is fetched to the end of the line. If the specified value is greater than the possible value, an error will be raised. | Robin.Numeric | No | |
Results | ||||
Result | A string variable to which the extracted text will be written. | Robin.String |
None.