Login Page - Create Account

Support Board


Date/Time: Wed, 29 Oct 2025 06:52:28 +0000



Post From: Accessing sc.Subgraph[].Arrays[][] from a different chart or study

[2013-07-30 23:05:26]
maxpi - Posts: 193
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...