Support Board
Date/Time: Tue, 22 Apr 2025 17:18:55 +0000
Post From: C++, ACSIL functions question
[2023-03-11 21:35:28] |
ForgivingComputers.com - Posts: 1042 |
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. |