Support Board
Date/Time: Wed, 15 Jan 2025 23:57:13 +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: 373 |
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! |