====== StrMid ====== Extracts a number of characters from a text from given position. First symbol have index 1. StrMid(string, start [, count]) |< 100% 15% >| |**string**|Source string.| |**start**|Start position.| |**count**|Characters count. If omitted, then function extract characters till string end.| **Remarks** If **start** is correct, but **count** if bigger then remain string length, then remain string returned.