User Tools

Site Tools


syntax:functions:right

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:right [2015/01/31 15:52] – created dmitrysyntax:functions:right [2015/04/03 18:13] elenap
Line 1: Line 1:
 ===== Right(text, N) ===== ===== Right(text, N) =====
  
-Returns right //N// symbols of //text// where //N// is a number.+Returns //N// right symbols of //text// where //N// is a number.
  
-First arguments is implicitly converted into text, if it's not.+First argument is implicitly converted into text, if required. 
 + 
 +^  Example  ^  Result 
 +|  right('(555)-555-5555', 8)  |  555-5555 
 +|  right('Consumer Products', 8)  |  Products  |
  
 **See also** **See also**
   * [[syntax:functions:left]]   * [[syntax:functions:left]]
   * [[syntax:functions:mid]]   * [[syntax:functions:mid]]
syntax/functions/right.txt · Last modified: 2021/08/14 22:30 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki