Get Subtext Step
Brief description
This step selects the substring at the defined character index and length from the Source text variable and stores it to the new or existing string variable (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Source text variable (Required)– existing variable name of string data type that contains the input text value
- Start index (Required)– the value that defines the character index position of the “Source text variable” string from which the function is intended to start selecting the substring value
- Length (Required)– the existing variable name of integer data type or value that contains the number of characters intended to be selected from the “Source text variable”
- Start from end (Required)– the radio button that defines if the definition of the “Start index” and “Length” is applied from the beginning or the end of the Source text variable
- T (true)
- F (false- default value)
Output parameters
Destination variable with subtext (Required)– existing or new variable name of string data type that contains the resulting value