Owning Class: support
Requires: MathScript RT Module
[c, d, ...] = duplicate(a, b, ...)
Legacy Name: deal
Generates elements with the same values as those of the input elements. The input and output lists must be of the same size.
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | Yes |
| Supported on RT targets | Yes |
| Suitable for bounded execution times on RT | Not characterized |
A = 'abcdef'
B = 34
[C, D] = duplicate(A, B)