Unexpected character '\'
Posted: Mon Apr 05, 2010 3:02 pm
Using 2010.1.700
I am getting an error that reads "Unexpected character '\'.
Looking at the code, I see the following:
I try to change to:
swapping out the '\' character for the '/' character, but when I do this, it basically resets itself and gives the same error message...Any ideas what this error means and how I can modify the code to make it work?
I am getting an error that reads "Unexpected character '\'.
Looking at the code, I see the following:
Code: Select all
return numberVar feet :== ( AxleSet.Length1 \ 12);
Code: Select all
return numberVar feet :== ( AxleSet.Length1 / 12);