The text string containing the characters you want to extract.
The position of the first character you want to extract in text. The first character in text has start_num 1, and so on.
Specifies the number of characters you want MID to return from text.
Returns a specific number of characters from a text string starting at the position you specify
Category: Text