While posting an example, I noticed when using frameRate(percent)200 == 0, the forum software interpreted the % 20 as a hex code and translated it to a space. Likewise when I used % 50, it translated to a P. So I'm not sure who does the "code" syntax, but perhaps someone could look into that. Hex codes should be ignored. In fact, they should be ignored in the forum body as well, since we could be discussing code without enclosing it in the tag.
I attempted work arounds such as using the Hex % 25 to represent a percent sign and then placing 200 after it, but then it double interpreted it, converting it to a percent, then converting it again to a space. I attempted to use the ASCII %, but as you can see, that doesn't covert in the forum. So we need to remove the hex convert, unless someone can think of another temp work around.
I attempted work arounds such as using the Hex % 25 to represent a percent sign and then placing 200 after it, but then it double interpreted it, converting it to a percent, then converting it again to a space. I attempted to use the ASCII %, but as you can see, that doesn't covert in the forum. So we need to remove the hex convert, unless someone can think of another temp work around.