====== StrRight ====== Function return the rightmost count characters of the string. StrRight(string, count) |< 100% 15% >| |**string**|Source string.| |**count**|Characters count.| **Remark** If **count** is bigger then string length, whole string return.