17.06.2012, 20:37
Quote:
This makes NO sense, as the size of a string is the maximum size to be used, and will never return a syntax error.
The worst it can do is not formatting the entire string because of the text being too long, but that is not what is happening. Dimensions do not match can be explain as you trying to walk into the depth while playing a 2D game, which is not possible. |