right(a, b)


Returns the b rightmost characters of text a. See examples.

Description of Parameters


Parameter

Description

a

Text.

b

Length.


Examples


Parameter a

Parameter b

Result

bcabc

3

abc

bcabc

5

bcabc

bcabc

6

bcabc

See Also