JCL Help:MultiStringToStrings
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: MultiStringToStrings
Search in JCL Help
Search in all projects
Summary
Parses a string by separating into substrings whenever a NULL character is encountered.
Parameters
Parameters | Description |
Dest | The string list resp. dynamic array to receive the individual strings. |
Value | The source string to extract the items from. |
Description
Value is assumed to be a list of strings, separated by a NULL character, terminated by a double NULL character. For example 'Project#0JEDI#0Rules#0#0'. The function takes this string and copies the individual strings to Dest. Thus, after executing this function with the above string the Dest list/array will contain the items 'Project', 'JEDI' and 'Rules'.
See Also
MultiWideStringToStrings StringsToMultiString
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