Support Board
Date/Time: Wed, 10 Sep 2025 00:36:09 +0000
Post From: Accessing sc.Subgraph[].Arrays[][] from a different chart or study
[2013-07-30 23:05:26] |
maxpi - Posts: 188 |
I dl'd the prerelease and it will build if I don't use the ExtraArrayRef term: SCFloatArrayRef ReceivedDataFromOtherChart =sc.Subgraph[5]; sc.GetStudyExtraArrayFromChartUsingID(1, 1, 0, 0, ReceivedDataFromOtherChart ); I guess I can make sense out of it... |