Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 09:53:09 +0000



Post From: PersVars into subgraph.

[2015-02-23 22:08:47]
CustomIndicators - Posts: 126
I have two Persistent variables. One that holds the SCDateTime, and another holds a value. I need these to go into the same element location corresponding to position held in the SCDateTime. How exactly can I do that? Previously, it was just subgraph to subgraph transfer.

float& peakOne = sc.PersistVars->f1;
SCDateTime& peakOneDT = sc.PersistVars->scdt1;


Lets say, I want it placed into a subgrah called ArrowsUp[][]

How would I do this?