JCL Help:ExpandANSIString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ExpandANSIString
Search in JCL Help
Search in all projects
Summary
Expands an ANSI string to a Widestring.
Parameters
Parameters | Description |
Source | Points to the ANSI string to be expanded. |
Target | Points to a WideString to receive the expanded string. Make sure that Target is large enough to hold the expanded ANSI string (ie. must be able to hold at least 2*Count bytes). |
Count | Number of characters to expand. |
Description
Expands an ANSI string to a Widestring.
About
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