Support Board
Date/Time: Sun, 21 Sep 2025 15:46:56 +0000
Post From: C++, ACSIL functions question
[2023-03-11 21:35:28] |
ForgivingComputers.com - Posts: 1126 |
Also, is there any way to give that function outside SCSFExport scsf_tradeLogger, access to the variables inside it, but without passing each of them as argument?
When you pass the (SCStudyInterfaceRef sc) parameter, you get access to all of the sc.Input[x], sc.Subgraph[y], and sc.GetPersistent*(z) Variables, among other things. |