Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Util Folder | Summary of Elements in this Folder | wm.b2b.edi.util:makeArray
 
wm.b2b.edi.util:makeArray
WmEDI. Creates an array out of the input object.
For example, if the input object is an IData object, the output will be a one dimensional IData object array. This is useful for a service that expects array input. If the input object is an array, the output object also will be an array of the same type as the input object.
Input Parameters
input
Object The input object.
Output Parameters
type
String Type of the output array object, e.g., String or Data.
array
Object List Output array object of the same type as the input object.