--- Reinhard Moosauer <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> it seemed clear to me, that this construct:
>
>
> ... (some inner logic)
>
>
> should be equivalent to this one:
No. It is roughly equvalent to (see my corrections):
> <%
> for (Iterator it=t.getRecords(); it.hasN
On 2/13/06, Reinhard Moosauer <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> it seemed clear to me, that this construct:
>
>
> ... (some inner logic)
>
>
> should be equivalent to this one:
>
> <%
> for (Iterator it=t.getRecords(); it.hasNext(); ) {
> String x = (String)it.next();
>