Examples: Right function

Dim subString As String
subString$ = Right$("ABCDEF", 2)
Print subString$                ' Prints "EF"