====== StrLeft ====== Function return the leftmost count characters of the string. StrLeft(string, count) |< 100% 15% >| |**string**|Source string.| |**count**|Chracters count.| **Remarks** If **count** is more then string length, whole string will be returned.