Right Function

  • Updated

The Right function returns a string containing a specified number of characters from the right side of a string.

Syntax

 

The Right function returns a string containing a specified number of characters from the right side of a string.

 

Right(string, numChars)

 

 

Arguments:

 

 

 

string

String - A string.

 

 

numChars

Integer - An expression indicating how many characters to return.

Remarks

  • Example: Right("abcdefg", 3) returns "efg".

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.