Append

public SalNumber Append(cMessage Message)

The Append method appends (merges) the cMessage internal state with an instance of another message.

Parameters

Name Description
cMessage Message The IFS message who's state shall be added into the cMessage object.

Returns

This method does not return a value.

Example

Items.Unpack(Parameters.FindAttribute("MANDATORY", Const.strNULL));
Temp.Unpack(Parameters.FindAttribute("NON_MANDATORY", Const.strNULL));
Items.Append(Temp);