Hi all,

I have a forEach loop which iterates from startValue to endValue, which works fine. But forEach wants me that startValue is smaller than endValue. If I want to iterate from a bigger value down to a smaller it's not possible. I tried to switch start and end value but without success. Even to set a step of '-1' didn't help. Is it possible to iterate from a bigger value down to a smaller value?

TIA,
Axel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to