Copy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 12: | Line 12: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th | <tr><th>%cop</th> | ||
<td>A UnicodeNamedArraylist to contain the copy of ''%unamrayl'', the method object UnicodeNamedArraylist. </td></tr> | <td>A UnicodeNamedArraylist to contain the copy of ''%unamrayl'', the method object UnicodeNamedArraylist. </td></tr> | ||
<tr><th | <tr><th>%unamrayl</th> | ||
<td>A UnicodeNamedArraylist object.</td></tr> | <td>A UnicodeNamedArraylist object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:UnicodeNamedArraylist:Copy footer}} | {{Template:UnicodeNamedArraylist:Copy footer}} |
Revision as of 17:29, 4 February 2011
Copy UnicodeNamedArraylist (UnicodeNamedArraylist class)
This function
makes a "shallow" copy of the UnicodeNamedArraylist method
object %unamrayl.
If %unamrayl contains objects, they are not copied.
If %unamrayl is Null, a Null is returned.
For more information about copyability, see Copying objects.
Syntax
%outUniNal = uniNal:Copy
Syntax terms
%cop | A UnicodeNamedArraylist to contain the copy of %unamrayl, the method object UnicodeNamedArraylist. |
---|---|
%unamrayl | A UnicodeNamedArraylist object. |