mid
String Expression
Returns the characters from start through start + length. The first character position is 1. If start + length exceeds the length of the source text, the source text will be truncated.
Numeric Expression
Takes the characters from start through start+length and tries to read them as a number. If the characters do not represent a number, 0 will be returned instead.