StrLeft

Function return the leftmost count characters of the string.

StrLeft(string, count)
stringSource string.
countChracters count.

Remarks

If count is more then string length, whole string will be returned.