JCL Help:StrRepeatLength@AnsiString@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrRepeatLength@AnsiString@Integer
Search in JCL Help
Search in all projects
Summary
Repeats a string until a specified length L has been reached.
Parameters
Parameters | Description |
S | The string to repeat. |
L | Length of the resulting string. |
Return Value
A string consisting of the specified string, repeated until the length of the string is exactly L.
Description
The StrRepeatLength routine returns a string consisting of the specified string, repeated until the length of the string is exactly L. For example StrRepeatLength('JEDI!', 12) returns 'JEDI!JEDI!JE'.
About
Donator
Anonymous
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page