JCL Help:WideStringOfChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: WideStringOfChar Function
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
function WideStringOfChar(C: WideChar; Count: SizeInt): WideString;
Parameters
Parameters | Description |
C: WideChar | The character to initialize the string with. |
Count: SizeInt | The length of the string. |
Return Value
A string of length Count with all characters set to C.
Description
WideStringOfChar returns a string of length Count with each character initialized to the specified character C.
About
Unit
Donator
Mike Lischke
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