User Tools

Site Tools


de:right

Differences

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

Link to this comparison view

de:right [2016/01/01 22:38]
de:right [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Right =====
 +==== Format ====
 +**right**( //string//, //length//)
 +==== Description ====
 +Returns a portion of the specified //string//, starting from the last //length// characters from the right end of the of the string.
 +==== See Also ====
 +[[mid|Mid]], [[left|Left]]
 +==== Example ====
 +<code>
 +print right("Hello", 2)
 +</code>
 +will display
 +<code>
 +lo
 +</code>
 +==== New To Version ==== 
 +0.9.5b
  
de/right.txt ยท Last modified: 2020/02/28 10:46 (external edit)