====== StrLen ====== Function return the length of source string. StrLen(string) |< 100% 15% >| |**string**|Source string.| Function return integer equal to string length. For empty string 0 returned.