User Tools

Site Tools


syntax:functions:right

This is an old revision of the document!


Right(text, N)

Returns right N symbols of text where N is a number.

Note that the expression does not require to use single quote signs ('X') around the number N.

First arguments is implicitly converted into text, if it's not.

Example Result
right('(555)-555-5555', 8) 555-5555
right('Consumer Products', 8) Products

See also

syntax/functions/right.1427490069.txt.gz · Last modified: 2015/03/27 17:01 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki