HiLMAs reference
Back

String Handling

Next

COPIES

COPIES string,characters

 

Description

COPIES statement fills string with character(s), that is characters are repeated inside string up to fill it.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 string Output String C or X String to fill; max length 255 char.
2 characters Input  String C or X or const. String to use as a filler; max length 255 char.

 

Examples

 


Back Start Next
UPPER Top LTRIM