Create List
Category
List Commands
Description
This command allows you to split a string. Use this command when you want to split a single text or variable into multiple items.
Parameters
- Input
Supply the value or variable requiring split, e.g., [vSomeVariable].
- Split Character
Declare the character that will be used to seperate. {CRLF} can be used for line breaks and [chars] can be used to split each digit/letter, e.g., {CRLF}, [chars], ‘,’ (comma - with no single quote wrapper).
- Result
Indicate the variable to receive the result.
Returned Value
This command does not have returned value.
Example Usage
- Example Location:
BYpass\Examples\List Commands\Create List\Create List.xml