Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 15:36:03 +0000



Post From: ACSIL Evaluation function

[2023-08-06 17:36:22]
User373245 - Posts: 42
How to you use the function of getting the user to input yes or no. SCInputRef Input_Enabled = sc.Input[0];

Input_Enabled.Name = "Enabled";
Input_Enabled.SetYesNo(1);

I tried Input_Enabled.GetYesNo(); over Set but could not get it to work. I also tried

Input_Enabled.Name = "Enabled";
Input_Enabled.SetYesNo(1);
Input_Enabled.GetYesNo();

the example of get is to built an int and name.GetYesNo() and tried a couple variations of this as well and was not able to succeed???