MID
Description
The MID function extracts the specified number of characters from a string starting at the specified position.
Syntax
MID(text, start, length)
- text: A text expression.
- start: The number of the first character to extract. Position 1 is the first character in the string.
- length: The number of characters to extract.
Examples



Comments on this entry are closed.