<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>ARRAYNEW</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">ARRAYNEW</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>
1 ` 3 ̔z쐬܂Bp ([ ]) gpāAzvf̃CfbNX쐬܂B
</p>

<p>
ColdFusion źAf[^ǉɂă_Ci~bNɊ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">߂l</span>
<p>
z
</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>
z֐
</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>ArrayNew(dimension)
</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">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"></span><pre>&lt;h3&gt;ArrayNew ̗&lt;/h3&gt;
&lt;!--- z쐬 ---&gt;
&lt;cfset MyNewArray = ArrayNew(1)&gt;
&lt;!--- z ArraySet ɂďĂȂꍇAArrayToList ͐ɓ삵܂B ---&gt;
&lt;cfset temp = ArraySet(MyNewArray, 1,6, &quot;&quot;)&gt;

&lt;!--- vfݒ ---&gt;
&lt;cfset MyNewArray[1] = &quot;Sample Value&quot;&gt;
&lt;cfset MyNewArray[3] = &quot;43&quot;&gt;
&lt;cfset MyNewArray[6] = &quot;Another Value&quot;&gt;

&lt;!--- ͔zł? ---&gt;
&lt;cfoutput&gt;
   &lt;p&gt;͔zł?#IsArray(MyNewArray)#
   &lt;p&gt;#ArrayLen(MyNewArray)# ̗vf܂܂Ă܂B
   &lt;p&gt;e : #ArrayToList(MyNewArray)#
&lt;!--- ArraySet gpƁA3 ̒lݒ肵ĂȂĂAz̓_Ci~bN 6 ̗vfɊg
܂B ---&gt;
&lt;/cfoutput&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="DIMENSION">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DIMENSION</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>Vz̎̐łB 
 </td>
  </tr>
  <tr>
    <td>1A2A3 ̂ꂩw肵܂B


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

  </body>
</html>
