Support Board
Date/Time: Thu, 02 Apr 2026 19:03:41 +0000
Post From: Input DisplayOrder breaks with non-contiguous inputs
| [2026-01-19 01:35:32] |
| User509533 - Posts: 97 |
|
The following is not working in the latest version (Ver 2865) sc.ProcessStudyUnsetInputs=1; The following is also not working for me, int input = 0; SCInputRef a = sc.Input[input++]; SCInputRef b = sc.Input[input++]; #ifdef DEBUG SCInputRef c = sc.Input[input++]; SCInputRef d = sc.Input[input++]; #endif SCInputRef e = sc.Input[input++]; SCInputRef f = sc.Input[input++]; |
