Hi blh64, thank you very much for your input. Could you help me understand why fadeValue2 can only be 0-35, when I remapped it to be 0-36 in the previous line?
About your second point, the code is actually able to run that command and always be displaying the inputArray (if I run the code without the password calculation part). In any case, I understand that perhaps this is something that should be fixed regardless, do you have suggestion on how I can terminate the string after each character/digit that I add to the input?
Regarding your last point, that's a good call, I didn't realize until now. I guess I can try and fix that by assigning some arbitrary values to those digit that do not correspond to the actual ASCII code, but that would allow me to run the calculation.