marcus.brown
Board Regular
- Joined
- Jun 23, 2008
- Messages
- 61
Hi,
I'm creating a function which does some calculation. The parameter for this function is a range. I need to loop through the range specified by the user in reverse order when doing my calculations. The calculations are relatively straightforward, it is summing up some figures, but stops once it has reached upto a certain value, but it needs to some these figures up in the reverse order.
Can someone help me with how to look through a range in reverse order?
Thanks!
I'm creating a function which does some calculation. The parameter for this function is a range. I need to loop through the range specified by the user in reverse order when doing my calculations. The calculations are relatively straightforward, it is summing up some figures, but stops once it has reached upto a certain value, but it needs to some these figures up in the reverse order.
Can someone help me with how to look through a range in reverse order?
Thanks!