Returns the characters from the middle of a text string, given a starting position and length (number of characters to return).
Mid_2(StringValue, index, length)
Example: Mid_2({phone}, 2,3)
Input: (212) 555-1212
Result: 212
Click HERE to return to the full list of MassImpact Formulas.