Left Fill

Returns a String object of the specified length; fills the left with the indicated value.

Inputs

String
A String object.
Fill string
A String object.
Length
An integer that specifies the length of the String object to return.

Output

Returns a filled String object.

Copyright IBM Corp. 2004, 2005