Mid function

FYI, this topic is used as a popup in three topics.

Mid(String, From, Length) – Extracts part of a string.

Example:

Mid("Layup", 3,2)
= "yu"