StrLeft

StrLeft(<str>, <count>)
StrLeft <VAR> <str> <count>

Takes the specified number of characters from the left side of the string from the source string and returns the result.

Parameters

strSource string.
countCharacters count.