Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 04:18:01 +0000



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

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