Loading...
Select Version
The FILL( ) function fills the string specified in the function call with zeros up to the specified length and in the specified direction. This fill character can be defined in the function call.
Result type: STRING
FILL( ) |
STRING = string_expression ,LENGTH = arithm_expression ,SIDE = *RIGHT / *LEFT ,FILL-BYTE = C' |