Mid
Function |
Mid(text, start, length)
|
Use
The Mid() function returns a specifed number of characters from the middle of a text value, given a starting character.
Examples
Mid("abcdefg", 2, 4) = "bcde"
Mid("Do you wish me a good morning?", 4, 11) = "you wish me"
Mid is included by default in each file as part of the Text library.
See also: