String - Left

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

Action ID:
Action Category:
Action List Syntax:

22
String
<<VARIABLE>>
= String.Left (<<SOURCESTRING>>, <<NUMCHAR>>)

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.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

Examples

None