Right Function - microsoft/MIMWAL GitHub Wiki
Syntax
string Right(input:string, length:int)
Description
Returns a trailing substring of specified length. If the specified length is greater than the input string, the entire input string is returned.
Remarks
If the second input parameter (length) is null, an exception is thrown.
Supported Version
1.0.0.0 and later
Examples
Right([//Target/CostCenter],3)