Farid Shamani
Newbie level 6
- Joined
- Jun 11, 2013
- Messages
- 14
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 95
Hi friends,
I am wondering if there is any other way rather than FOR loop too increment an array of integers by a certain amount. I mean if I have a array of (12, 1, 15, 40, ... , 3) in next iteration all the elements increase by , e.g., one (13, 2, 16, 41, ... , 4).
Thank you
Farid
I am wondering if there is any other way rather than FOR loop too increment an array of integers by a certain amount. I mean if I have a array of (12, 1, 15, 40, ... , 3) in next iteration all the elements increase by , e.g., one (13, 2, 16, 41, ... , 4).
Thank you
Farid