Support Board
Date/Time: Mon, 03 Nov 2025 12:11:21 +0000
Post From: Reference previous study values when a condition was true
| [2022-04-06 14:13:59] |
| Tony - Posts: 640 |
|
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
|
