Page 1 of 1

Unexpected character '\'

Posted: Mon Apr 05, 2010 3:02 pm
by MasterCephus
Using 2010.1.700

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); 
I try to change to:

Code: Select all

return numberVar feet :== ( AxleSet.Length1 / 12); 
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?

Unexpected character '\'

Posted: Mon Apr 05, 2010 3:28 pm
by MasterCephus
So I finally figured out that you can't modify anything in the code tab as it is auto generated....you have to find the element where the error came from and modify it there...

Unexpected character '\'

Posted: Tue Apr 06, 2010 1:12 am
by Andrew
Hello,

You use incorrect command syntax.
You may use VB and C# language syntax in our product (you may choose it is the report settings).
Which language do you try to use?

Thank you.