I've tried that but the language, ThinkScript, doesn't allow it.
It believes every time it goes through the fold (a type of loop) the then statement is executed as 0 + 1. Not uppercount = uppercount + 1. This leads to it displaying 1 and 0 not a compounded number.
I'm trying to figure out if...