<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>LISTGETAT</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">LISTGETAT</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>
w肳ꂽʒuɂ郊Xgvf̃CfbNX擾܂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>
position Ɉʒu郊Xgvf̃CfbNX
</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>ListGetAt(list, position [, 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>
ListFirstAListLastAListQualifyAListSetAtAwColdFusion 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">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>
̒ŋ؂蕶̌ɃXy[XtĂꍇAXg֐gpƁAԂ郊Xgvf̐擪ɃXy[X܂܂邱Ƃ܂B̂悤ȏꍇ́Atrim ֐gpāAԂꂽvfXy[X폜܂BƂ΁Â悤ȃXgɊY܂B
</p>
<pre>&lt;cfset myList = &quot;one hundred, two hundred, three hundred&quot;&gt;
</pre>
<p>
̃Xgl擾ɂ́Atrim ֐gpāA߂l̐擪ɂXy[X폜܂B
</p>
<pre>&lt;cfset MyValue = #trim(listGetAt(myList, 2))#&gt;
</pre>
<p>
ɂAMyValue = &quot; two hundred&quot; ł͂Ȃ &quot;two hundred&quot; ƂȂ܂BXgvf̓rɂXy[X͕ێ܂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;ListGetAt ̗&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.Username)&gt;
&lt;!--- XgŜ[vAListGetAt gpĂ\ ---&gt;
&lt;h3&gt;bZ[W𑗐M[U[̖ÕXgɂ́A
&lt;cfoutput&gt;#ListLen(temp)#&lt;/cfoutput&gt; ̃[U[܂܂Ă܂B&lt;/h3&gt;
&lt;ul&gt;
&lt;cfloop From = &quot;1&quot; To = &quot;#ListLen(temp)#&quot; index = &quot;Counter&quot;&gt;
   &lt;cfoutput&gt;&lt;li&gt;[U[ #Counter# :#ListGetAt(temp, Counter)# &lt;/cfoutput&gt;
&lt;/cfloop&gt;
&lt;/ul&gt;
</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܂͐̐܂łϐłBvf擾ʒuw肵܂BXg
擪ʒu 1 ł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>
