Project

General

Profile

$right » History » Revision 2

Revision 1 (Per Amundsen, 08/11/2015 09:47 AM) → Revision 2/3 (Per Amundsen, 02/23/2023 05:15 PM)

_Added in 1.8.10_ 

 *$right(text,N)* 

 Returns the N right characters of text. 

 _See also [[$left]], [[$mid]]._ 

 *Parameters* 

 text - The text to return from. 
 N - Number of characters from the right. 

 *Example* 

 <pre> 
 ; Return last 5 characters from 'Hello World'. 
 //echo -ag $right(Hello World,5) 
 </pre>