for loop in simple method
Posted by Swapnil Sawant on Jun 14, 2010; 11:42am
URL: http://ofbiz.116.s1.nabble.com/for-loop-in-simple-method-tp2254225.html
Hi,
Can anyone pl let me know if there is any looping functionality (for loop) implemented in simple method of ofbiz ?
I want to do iteration in simple method as given below :
int start = <user entered value>;
int end = <user entered value>;
for(int i=start;i<=end;i++){
//some processing here
}
Any sample piece of code would be of great help.
Thanks,
Swapnil Sawant
________________________________
This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________