User Portlet User Portlet

Discussions
Hi Vitaliy, Thank you for the nice post. Is there any application of this issue in environmental or civil engineering? Thank you for your time. Cheers,
What is it that you want to archive? For loops can usually (and should) be avoided, since there are better constructs. In your example, it looks like i and j always have the same value, so one of them is redunant. If this is not the intention, but...