Copy (UnicodeNamedArraylist function)
Jump to navigation
Jump to search
Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
Copy makes a "shallow" copy of the UnicodeNamedArraylist method object uniNal. If uniNal contains objects, they are not copied. If uniNal is Null, a Null is returned.
Syntax
%outUniNal = uniNal:Copy
Syntax terms
%outUniNal | A UnicodeNamedArraylist to contain the copy of uniNal, the method object UnicodeNamedArraylist. |
---|---|
uniNal | A UnicodeNamedArraylist object, which may be Null. |
See also
- For more information about copyability, see "Copying objects".