Re: for loop in simple method

2010-06-14 Thread Atul Vani
hi Swapnil, how about you use never tried it, but i guess it would work. Please use 'User Mailing List' for such questions. -- Thanks & Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' a

for loop in simple method

2010-06-14 Thread Swapnil Sawant
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 = ; int end = ; for(int i=start;i<=end;i++){ //some processing here } Any sample piece of