HELP
An object that allows the user to merge two
or more records of the same shape into a
single record.

USE
Use Merge Record to merge two or more records
of the same shape into a single record.  Any
number of records can be merged together as
long as they are the same shape -- either all
scalars or all arrays with the same number of
elements.

LOCATION
Data ==> Access Record ==> Merge Record

NOTES
Any number of input pins (A, B, and so forth)
may be added, but each must be of the Record
data type.  The merged record is output on
the Record output pin.

The records to be merged must not have any
duplicate field names.  The field names are
taken from the input records (the input
terminal names are ignored).

SEE ALSO
Build Record, From DataSet, Record Constant,
Set Field, To DataSet, and UnBuild Record.
