Support Board
Date/Time: Sun, 14 Sep 2025 23:41:54 +0000
Post From: SCInputRef variable question...
[2018-07-09 19:20:02] |
User895355 - Posts: 57 |
Ok, well, I'll answer my own question in case someone else has this issue (please correct if there's another way): if (sc.IsFullRecalculation)
{ if (sc.Index == 0) { MyVar.SetInt(0); } } |