Right function

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

Right(String, Length) – Extracts the right part of a string.

Example:

Right("Layup", 3)
= "yup"