Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 07:03:33 +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: 360
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!