Support Board
Date/Time: Sat, 10 May 2025 00:22:28 +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? |