Support Board
Date/Time: Sun, 22 Jun 2025 04:52:56 +0000
Post From: Reference previous study values when a condition was true
[2022-04-06 14:13:59] |
Tony - Posts: 595 |
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
|