Login Page - Create Account

Support Board


Date/Time: Wed, 21 Jan 2026 09:23:40 +0000



Post From: Study Settings Missing in Latest Sierra Version

[2026-01-20 20:41:31]
User719512 - Posts: 398
What does your code look like where you declare your inputs?
Which ones are missing? Random, or all after some given input id?

Are they contiguous?

SCInputRef Input_a = sc.Input[0];
SCInputRef Input_b = sc.Input[1];
SCInputRef Input_c = sc.Input[2];
SCInputRef Input_d = sc.Input[3];

or are they more like:


SCInputRef Input_a = sc.Input[0];
SCInputRef Input_b = sc.Input[12];
SCInputRef Input_c = sc.Input[34];
SCInputRef Input_d = sc.Input[42];