Right String

Returns the right portion of a String object to the specified number of positions.

Inputs

String
The String object to return.

Length
An integer that specifies the number of positions within the character string to return.

Output

Returns a String object with the right portion of the specified string, to the specified number of positions.

Copyright IBM Corp. 2003, 2004