Support Board
Date/Time: Tue, 01 Jul 2025 03:09:55 +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(); |