<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>STRUCTAPPEND</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">STRUCTAPPEND</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
\̂ʂ̍\̂ɒǉ܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
Ɋꍇ trueAłȂꍇ falseB
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
\̊֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>StructAppend(struct1, struct2, overwriteFlag)
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
\̊֐AwColdFusion MX JKChx̑35͂́uXML  WDDX ̎gpv ́uColdFusion XML IuWFNg̕ύXv
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">qXg</span>
<p>
ColdFusion&#160;MX: ̕ύX : ̊֐́AXML IuWFNgɎgpł܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">gp@</span>
<p>
̊֐́Astruct2 ̃tB[hƒl struct1 ɒǉ܂Bstruct2 ͕ύX܂Bstruct1 Ɋ struct2 ̃tB[h܂܂ĂꍇAstruct2 ̒lŏ㏑邩ǂ overwriteFlag ɂ茈肳܂B 
</p>

<p>
\̂̃L[̓\[gĂ܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;html&gt;
&lt;body&gt;
&lt;!---- Name \̂쐬 ---&gt;
&lt;cfset nameCLK=StructNew()&gt;
&lt;cfset nameCLK.first=&quot;Chris&quot;&gt;
&lt;cfset nameCLK.middle=&quot;Lloyd&quot;&gt;
&lt;cfset nameCLK.last=&quot;Gilson&quot;&gt;
&lt;!--- address \̂쐬 ---&gt;
&lt;cfset addrCLK=StructNew()&gt;
&lt;cfset addrCLK.street=&quot;17 Gigantic Rd&quot;&gt;
&lt;cfset addrCLK.city=&quot;Watertown&quot;&gt;
&lt;cfset addrCLK.state=&quot;MA&quot;&gt;
&lt;cfset addrCLK.zip=&quot;02472&quot;&gt;
&lt;!---- Person \̂쐬 ---&gt;
&lt;cfset personCLK=StructNew()&gt;
&lt;cfset personCLK.name=#nameCLK#&gt;
&lt;cfset personCLK.addr=#addrCLK#&gt;
&lt;!--- Append sO Person \̂̓e\ ---&gt;
&lt;p&gt;
Append Ăяo&lt;b&gt;O&lt;/b&gt; person \ :&lt;br&gt;
&lt;cfloop collection=#personCLK# item=&quot;myItem&quot;&gt;
&lt;cfoutput&gt;
#myItem#&lt;br&gt;
&lt;/cfoutput&gt;
&lt;/cfloop&gt;
&lt;!--- address \̂ person \̂̃gbvxɌ ---&gt;
&lt;cfset bSuccess = StructAppend( personCLK, addrCLK )&gt;

&lt;!--- Append s person \̂̓e\ ---&gt;
&lt;p&gt;
Append ̌Ăяo&lt;b&gt;&lt;/b&gt; person \ :&lt;br&gt;
&lt;cfloop collection=#personCLK# item=&quot;myItem&quot;&gt;
   &lt;cfoutput&gt;
      #myItem#&lt;br&gt;
   &lt;/cfoutput&gt;
&lt;/cfloop&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="STRUCT1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STRUCT1</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>struct2 ̒ǉ̍\̂łB


  </td>
  </tr>
  </table>
</div>
<div id="STRUCT2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">STRUCT2</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>struct1 ɒǉf[^܂񂾍\̂łB


  </td>
  </tr>
  </table>
</div>
<div id="OVERWRITEFLAG">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">OVERWRITEFLAG</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

<ul>

<li>true ܂ &quot;Yes&quot;: struct2 ̒lŁAstruct1 ̑Ήl㏑܂ (ftHg)B</li>

<li>false ܂ &quot;No&quot;: struct2 ̒lŁAstruct1 ̑Ήl㏑܂B</li>
</ul>


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
