Copy (UnicodeNamedArraylist function): Difference between revisions

From m204wiki
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><i>%cop</i></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><i>%unamrayl</i></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.

See also