Right(string,number)

Description

Returns the right most characters from the string where <number> represents the number of characters to extract

Example

Right("Hello World", 5)
returns World, the five right characters in teh string
Right(ITT,10)
returns the ten right most characters of the item text

Related Rules

left(), substr()