RIGHT

<< Click to Display Table of Contents >>

 

RIGHT

Returns the right side of the String indicated in the @text parameter with the maximum number of characters indicated in the @length parameter. If the @length parameter is greater or equal to the length of the String indicated in the @text parameter, the returned value is equal to @text.

 

Syntax

RIGHT(@text, @length)

 

Parameters

@text: Text to truncate

@length: Maximum length of the value to return

Was this page useful?