Support Board
Date/Time: Wed, 02 Jul 2025 13:50:45 +0000
Post From: Accessing sc.Subgraph[].Arrays[][] from a different chart or study
[2013-07-30 23:05:26] |
maxpi - Posts: 183 |
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... |