» Mon Nov 28, 2011 2:51 pm
The comma is optional but won't cause a problem. Looks like... x is indefinite, maybe? That's... not really a valid option for a number, usually... though if x were a ref variable, and tried to get parsed as a float... only thing I can think of, anyway.
Well, that or that it's thinking you mean the X axis (used as an argument for things like SetPos); normally you can use a variable called x because it's clear from context which it is, but perhaps with format string stuff (which is inherently untyped), it can't tell?