Creates a new string from the left-most x characters of an existing string.
Action ID: 32
Action Category: Strings
The variable that the result will be stored in. The result will be a new string made up of characters copied from the source string.
The string to copy the characters from.
The number of characters to copy.
None
In this example we will get the first three characters from the string "All for one" to create the string "All", which we will store in the variable %TheWordAll%.
Store result in variable: %TheWordAll%
Source string: All for one
Number of characters: 3
See Also: Alphabetical List of Actions, Categorical List of Actions, On Error tab