<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>LISTSETAT</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">LISTSETAT</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>
Xgvf̓eu܂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>
w肳ꂽʒu̗vfɐVlXg̃Rs[
</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>
Xg֐
</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>ListSetAt(list, position, value [, delimiters ])
</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>
ListDeleteAtAListGetAtAListInsertAtAwColdFusion MX JKChx̑3͂́uColdFusion ϐ̎gpv ́uXgv
</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: ؂蕶̏CɊւύX : ColdFusion&#160;MX ł́AXg̋؂蕶͏C܂ (ȑÕ[Xł́A؂蕶 delimiters p[^̍ŏ̕Œuꍇ܂)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>
Xgvfɒlݒ肷ƁA؂蕶t܂Bdelimiters ɕ̋؂蕶܂܂Ăꍇ́Aŏ̕؂蕶ƂĎgp܂Bdelimiters ȗꍇ̓J}gp܂B 
</p>

<p>
ColdFusion ł͋̃Xgvf邽߁A&quot;a,b,c,,,d&quot; ̏ꍇ 4 ̗vf邱ƂɂȂ܂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;h3&gt;ListSetAt ̗&lt;/h3&gt;
&lt;!--- bZ[W񂾃[U[̃Xg ---&gt;
&lt;cfquery name = &quot;GetMessageUser&quot; datasource = &quot;cfdocexamples&quot;&gt;
SELECT Username, Subject, Posted
FROM  Messages
&lt;/cfquery&gt;

&lt;cfset temp = ValueList(GetMessageUser.Subject)&gt;

&lt;!--- XgŜ[vAListGetAt gpĂ\ ---&gt;
&lt;h3&gt;́AbZ[WőMꂽ &lt;cfoutput&gt;#ListLen(temp)#&lt;/cfoutput&gt; 
̃XgłB&lt;/h3&gt;

&lt;cfset ChangedElement = ListGetAt(temp, 2)&gt;
&lt;cfset TempToo = ListSetAt(temp, 2, &quot;I changed this subject&quot;, &quot;,&quot;)&gt;
&lt;ul&gt;
&lt;cfloop From = &quot;1&quot; To = &quot;#ListLen(temptoo)#&quot; INDEX = &quot;Counter&quot;&gt;
   &lt;cfoutput&gt;&lt;li&gt;(#Counter#)  : #ListGetAt(temptoo, Counter)#
   &lt;/cfoutput&gt;
&lt;/cfloop&gt;
&lt;/ul&gt;
&lt;p&gt;vf 2  ListSetAt ɂ &quot;&lt;cfoutput&gt;#changedElement#&lt;/cfoutput&gt;&quot;  
&quot;I changed this subject&quot; ɕύXĂ܂B
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="LIST">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">LIST</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>XgA܂̓Xg܂łϐłB


  </td>
  </tr>
  </table>
</div>
<div id="POSITION">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">POSITION</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>̐A܂͐̐܂łϐłBlݒ肷ʒuw肵܂BXg̐
ʒu 1 łB


  </td>
  </tr>
  </table>
</div>
<div id="VALUE">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">VALUE</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>vf܂͗vf̃XgłB


  </td>
  </tr>
  </table>
</div>
<div id="DELIMITERS">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DELIMITERS</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>A܂͕܂łϐłBXgvf̋؂蕶w肵܂BftHg
l̓J} (,) łB 
 </td>
  </tr>
  <tr>
    <td>̃p[^ɕ̕܂܂ĂꍇAꂼ̕o邷ׂẲӏ
蕶Ƃď܂B 


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

  </body>
</html>
