Command Reference

Left String

Creates a new string from the left-most x characters of an existing string.

Action ID: 32
Action Category: Strings

Settings

Store result in variable

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.

Source String

The string to copy the characters from.

Number of characters

The number of characters to copy.

Return Values

None

Example

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