Support Board
Date/Time: Tue, 30 Jun 2026 11:38:58 +0000
Post From: VbP study request
| [2023-07-06 01:34:26] |
| ForgivingComputers.com - Posts: 1231 |
|
If you don't care about previous bars, then this should speed things up: if (sc.Index < sc.ArraySize)
return; |
