<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CFLOOP </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">CFLOOP </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 つ以上の条件が満たされるまで、一連の命令や出力表示を繰り返すプログラミング手法です。このタグでは、次の 5 種類のループがサポートされます。 
</p>
<ul>

<li>281ページの「cfloop: インデックスループ」 </li>

<li>283ページの「cfloop: 条件付きループ」  </li>

<li>284ページの「cfloop: 日付または時刻の範囲に対するループ」  </li>

<li>285ページの「cfloop: クエリーに対するループ」 </li>

<li>287ページの「cfloop: リストまたはファイルに対するループ」  </li>

<li>289ページの「cfloop: COM コレクションまたは構造体に対するループ」 </li>
</ul>

<p>
詳細については、『ColdFusion MX 開発ガイド』の第2章の「CFML の要素」 の「cfloop と cfbreak」および第5章の「配列と構造体の使用」 の「データを持つ配列の挿入」を参照してください。
</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>
<p>
フロー制御タグ
</p>

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

  </body>
</html>
