Support Board
Date/Time: Fri, 29 Nov 2024 03:31:01 +0000
Post From: C++, ACSIL functions question
[2023-03-11 21:35:28] |
ForgivingComputers.com - Posts: 960 |
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. |