https://bugs.documentfoundation.org/show_bug.cgi?id=128655

--- Comment #1 from LibreOļ¬ƒciant <libreoffici...@sfr.fr> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to