Support Board
Date/Time: Sat, 07 Jun 2025 11:17:38 +0000
Post From: C++, ACSIL functions question
[2023-03-11 21:35:28] |
ForgivingComputers.com - Posts: 1063 |
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. |