Login Page - Create Account

Support Board


Date/Time: Sat, 27 Dec 2025 17:16:43 +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: 387
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!