<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Basic For statement supports "For Each item In array" second syntax that's not documented"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=128655#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Basic For statement supports "For Each item In array" second syntax that's not documented"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=128655">bug 128655</a>
from <span class="vcard"><a class="email" href="mailto:LibreOfficiant@sfr.fr" title="LibreOļ¬ciant <LibreOfficiant@sfr.fr>"> <span class="fn">LibreOļ¬ciant</span></a>
</span></b>
<pre>tip:
A For...Next Statement works well when you can associate each iteration of a
loop with a control variable and determine that variable's initial and final
values. However, when you are dealing with a collection, the concept of initial
and final values isn't meaningful, and you don't necessarily know how many
elements the collection has. In this kind of case, a For Each...Next loop is
often a better choice.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>