Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 23:09:16 +0000



Post From: SCInputRef variable question...

[2018-07-09 19:20:02]
User895355 - Posts: 55
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);
}
}