Support Board
Date/Time: Sun, 09 Feb 2025 23:47:32 +0000
Post From: ASCIL: User Input Changes
[2020-08-09 08:11:47] |
BlakJak - Posts: 108 |
I am setting variables in my code for the study inputs to make it more readable than using the sc.Input[xxx].Get* functions everywhere. However, I do not want to set those variables during every call to the Study. I only want to set them if there is a change. Is there a code or flag that identifies when a user has changed an input, or at least a flag that the user has hit "Apply" in the Study Inputs window (even if changes didn't occur). |