Platform | x64, Win32, .NET |
Purpose |
To concatenate several copies of a string. |
Class |
Transformational function. |
Syntax |
CHARACTER (LEN=*) FUNCTION REPEAT(STRING, NCOPIES) |
Description |
NCOPIES is a non-negative value giving the number of times STRING is to appear in the result. |
Return value |
The return is the resultant string. |