05-22-2024 02:33 PM
Hello,
I am working with an array of numerical values, where the values should normally be in descending order. However, anomalies can occur when a value is greater than the previous value. The objective is to detect the values that become greater than the previous value and add them to a new array.
Could someone advise me on this? I am still a beginner. Thanks
05-22-2024 02:45 PM
It looks like you want an auto-indexing, conditional tunnel
05-22-2024 02:56 PM
hello,
as a beginner i really don't understand well could you explain me whow can i apply it in my case.
thanks
05-22-2024 03:29 PM
@angeline1 wrote:
hello,
as a beginner i really don't understand well could you explain me whow can i apply it in my case.
thanks
Probably this small snippet will be helpful for you:
05-22-2024 03:57 PM
Thanks you