Copy (UnicodeNamedArraylist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:UnicodeNamedArraylist:Copy subtitle}} | |||
This function | This function | ||
makes a | makes a "shallow" copy of the UnicodeNamedArraylist method | ||
object ''%unamrayl''. | object ''%unamrayl''. | ||
If ''%unamrayl'' contains objects, they are '''not''' copied. | If ''%unamrayl'' contains objects, they are '''not''' copied. | ||
Line 14: | Line 9: | ||
For more information about copyability, see [[Copying objects]]. | For more information about copyability, see [[Copying objects]]. | ||
==Syntax== | ==Syntax== | ||
{{Template:UnicodeNamedArraylist:Copy syntax}} | |||
===Syntax | ===Syntax terms=== | ||
<dl> | <dl> | ||
<dt><i>%cop</i> | <dt><i>%cop</i> | ||
Line 24: | Line 19: | ||
</dl> | </dl> | ||
==See also== | |||
{{Template:UnicodeNamedArraylist:Copy footer}} |
Revision as of 19:43, 28 January 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.