JCL Help:StrFillChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrFillChar Function
Search in JCL Help
Search in all projects
Summary
Creates a string consisting of the specified character repeated Count times.
Pascal
procedure StrFillChar(var S; Count: SizeInt; C: Char);
Parameters
Parameters | Description |
Count: SizeInt | The number of times to repeat the character. |
C: Char | The character to repeat. |
Return Value
A string consisting of the specified character repeated Count times.
Description
The StrFillChar routine returns a string consisting of the specified character repeated Count number of times.
About
Unit
Donator
Marcel van Brakel
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