Login Page - Create Account

Support Board


Date/Time: Sun, 19 Jan 2025 06:10:59 +0000



Post From: Referencing subgraph values...

[2018-03-18 12:53:18]
User895355 - Posts: 55
Ah, ok, thanks. For anyone interested, these were the changes I needed to make:


Val1.SetStudySubgraphValues(1, 1); <- even though the referenced study showed SG2, and SG3, I needed the zero-based values of 1 and 2
Val2.SetStudySubgraphValues(1, 2); <- " " "
--
--
SCString msg;
msg.Format("Debug: %f : %f", v1[sc.Index], v2[sc.Index]); <-- needed the autoloop index values here
sc.AddMessageToLog(msg, 1);