Support Board
Date/Time: Sat, 23 Nov 2024 19:38:24 +0000
Post From: Accessing sc.Subgraph[].Arrays[][] from a different chart or study
[2013-07-30 23:05:26] |
maxpi - Posts: 181 |
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... |