Support Board
Date/Time: Mon, 10 Mar 2025 20:11:11 +0000
Post From: Reference previous study values when a condition was true
[2022-04-06 14:13:59] |
Tony - Posts: 553 |
you have access to all indexes not just the current one (sc.Index) i.e.: int TargetIndex; for (int IndexCount = sc.Index; IndexCount>=0; IndexCount--) { if (condition_source) TargetIndex = IndexCount; } Date Time Of Last Edit: 2022-04-06 14:18:16
|