Support Board
Date/Time: Tue, 22 Apr 2025 17:57:54 +0000
Post From: C++, ACSIL functions question
[2023-03-11 20:26:16] |
ondafringe - Posts: 322 |
After thinking about it, you could declare variableA and newvar as globals (above the SCSFExport line). Then define your function as void, as per the rules I posted earlier. I'm thinking you *should* then be able to manipulate the global variables within the function itself, without passing anything, and still have both variables accessible in the main part of your study. Date Time Of Last Edit: 2023-03-11 23:03:58
|