Skip to content

Right Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

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)

Clone this wiki locally