Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 reduce the iteration of a for loop

Author  Topic 

raghulvarma
Starting Member

21 Posts

Posted - 2008-10-15 : 12:13:26
I have got an unsorted integer variables stored in an array,Now if I need to do some operation in that array in which way I could tune in my for loop, By which way could I reduce the iteration of a for loop?

Thanks
Raghul

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2008-10-15 : 12:27:05
Could you paste some sample data and explain better what you want to do ?
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-10-15 : 15:31:14
that totaly depends on what kind of an operation you need to do.

_______________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.1 out!
Go to Top of Page
   

- Advertisement -