PDA

View Full Version : Syntax error ???



Clayton
8-Jul-2010, 01:13 PM
Hi,

See attachment, why I'm getting that error? :confused:

Thanks.

craigkrum
8-Jul-2010, 02:04 PM
My suggestion is to use single quotes. That's all I have used and seems to work. VRW might be that picky.

Clayton
8-Jul-2010, 02:19 PM
Tried already, no luck.

craigkrum
8-Jul-2010, 02:35 PM
Actually, try removing the parenthesis. It may be trying to evaluate it as an expression. You can just return things in quotes if you want.

Clayton
8-Jul-2010, 02:40 PM
That was the first attempt, still no luck.

Believe me, I tried all options I can think of. :(

craigkrum
8-Jul-2010, 02:54 PM
I just noticed that the quote marks you use look different than the ones in my report. Maybe VRW doesn't recognize the quote marks in the language library you have chosen? Could you switch to another language, say english, and try it?

Ulbe Stellema
8-Jul-2010, 03:52 PM
Clayton,

This is a known problem (and already fixed), the grammar for the functions did not allow characters above 128. Your function uses the 'ã' character which causes the error.

Clayton
8-Jul-2010, 04:03 PM
Thanks.