Mid(s:Str, pos:Int, [count:Int]):Str
Substring extraction. Returns count characters from string s starting at position pos. If count is not specified, returns all characters from that position.
If any parameter is EMPTY, returns EMPTY.
Since: PCC 0.99.2, PCC2 1.99.8
See also: RMid, Left, Right, Elementary Functions