Support Board
Date/Time: Tue, 28 Oct 2025 17:18:18 +0000
Post From: sc.BaseData array NOT readonly! (was Custom study causing changes to sc.BaseData arrays!)
| [2017-09-10 15:02:30] |
| binaryduke - Posts: 385 |
|
I have resolved this. I had a typo where I was comparing sc.High[sc.Index] to a variable. '>=' was mistyped as '=' However, I am surprised by this as the sc.BaseData documentation ACSIL Interface Members - Variables and Arrays: sc.BaseDataIn[][] / sc.BaseData[][] states: Type: Read-only array of float arrays. and I was inadvertently able to assign a new value to an sc.BaseData variable! |
