DeepCopy (CharacterMap function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match terms in Terms to terms in syntax fig) |
||
Line 12: | Line 12: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%object</th> | ||
<td>A CharacterMap object variable to contain the deep copied object.</td></tr> | <td>A CharacterMap object variable to contain the deep copied object.</td></tr> | ||
<tr><th> | <tr><th>characterMap</th> | ||
<td>A CharacterMap object variable. | <td>A CharacterMap object variable. | ||
</td></tr> | </td></tr> | ||
Line 20: | Line 20: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>The method object ('' | <li>The method object (''characterMap'') may be null. | ||
The output of a copy of a null object is a null object. | The output of a copy of a null object is a null object. | ||
</ul> | </ul> |
Revision as of 15:50, 17 January 2011
"Deepcopy" specified CharacterMap object (CharacterMap class)
DeepCopy is a member of the CharacterMap class.
For more information about copyability, see Copying objects.
Syntax
%outCharacterMap = characterMap:DeepCopy
Syntax terms
%object | A CharacterMap object variable to contain the deep copied object. |
---|---|
characterMap | A CharacterMap object variable. |
Usage notes
- The method object (characterMap) may be null. The output of a copy of a null object is a null object.