DeepCopy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax terms) |
||
Line 12: | Line 12: | ||
<tr><th>uniNal</th> | <tr><th>uniNal</th> | ||
<td>A <var>UnicodeNamedArraylist</var> object, which may be <var>Null</var> | <td>A <var>UnicodeNamedArraylist</var> object, which may be <var>Null</var>.</td></tr> | ||
</table> | </table> | ||
Revision as of 22:47, 8 August 2012
Deep Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
DeepCopy makes a "deep copy" of the UnicodeNamedArraylist method object, uniNal. If uniNal contains objects, they are copied. If uniNal is Null, a Null is returned.
Syntax
%outUniNal = uniNal:DeepCopy
Syntax terms
%outUniNal | A UnicodeNamedArraylist to contain the deep copy of uniNal. |
---|---|
uniNal | A UnicodeNamedArraylist object, which may be Null. |
See also
- For more information about copyability, see "Copying objects".