Right

Function

Right(text, length)

text
length

Right is included by default in each file as part of the Text library.

 

See also:


Use

The Right() function returns a specifed number of characters from the right of a text value.

Examples
  • Right("abcdefg", 4)  = "defg"
  • Right("Do you wish me a good morning?", 7)  = "orning?"