Reply To: Automatic credit granting, and group assignment

PennController for IBEX Forums Support Automatic credit granting, and group assignment Reply To: Automatic credit granting, and group assignment

#5174
Jeremy
Keymaster

That’s because the counter value from the URL is interpreted as a string but the switch statement tests for numbers. Use Number(GetURLParameter("withsquare")) to make sure the counter value from the URL is interpreted as a number.

Jeremy