Using a prefix increment or decrement on a variable in a string does not compress correctly when done in this format:
var int = 0; var string = "text" + ++int;
There are several different ways to do this in code but, this will be fixed.
Log in to post a comment.
There are several different ways to do this in code but, this will be fixed.