LOTUSSCRIPT LANGUAGE
Dim subString As String subString = RightBP$("ABC", 2) Print subString$ ' Output: "BC"
See Also