Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 04:01:40 +0000



Post From: GetExtendedArraySize()

[2016-12-29 03:25:03]
b3cker - Posts: 34
Hello,

Extending bars to the right seems to work for a Subgraph[0] but does the sc.Subgraph[0].Arrays[1] also gets extended to the right at same time automatically? I am using it to store intermittent results.
Also is there a limit to number of bars extended to the right?

Thank You

Gary Becker

SCSubgraphRef MAS = sc.Subgraph[0];
SCFloatArrayRef ffpl = sc.Subgraph[0].Arrays[1];
Length.SetInt(135);
ForwardCycle.SetInt(Length.GetInt() * 4);
MAS.ExtendedArrayElementsToGraph = ForwardCycle.GetInt();