JCL Help:StringsToMultiString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Assembles a single string from multiple strings


Parameters

Parameters Description
Value List resp. array of strings to pack into a single string. If assertions are enabled, an EAssertionFailed exception is raised when an empty string is encountered; otherwise it will be skipped.


Return Value

The string concatenated from the list or array of strings.


Description

StringsToMultiString concatenates the strings in Value into a single ANSI string, terminating each individual string with a NULL character and the last string with a double NULL character. For example, if Source contains the items 'Project', 'JEDI' and 'Rules' the result will be a string with the contents 'Project#0JEDI#0Rules#0#0'.


See Also

StringsToMultiWideString StringsToMultiSz MultiStringToStrings


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