Page 1 of 1

Invalid V_UCHAR in Condition

Posted: Tue Apr 29, 2008 1:10 pm
by mdemerick@dow.com
I'm receiving the following error:

Standardization process failed. (In buildConditionStruc: Invalid V_UCHAR in condition.
[month = 4,6,9,11] | [day > 30]

I've tried various changes, including add quotes around each of the numbers. Is it that I cannot use a list of calues witha user variable? Or might there be some other problem that I'm not seeing.

The entire rule is:
[month = 4,6,9,11] | [day > 30]
EXIT

Not much to it.

Posted: Tue Apr 29, 2008 2:59 pm
by ray.wurlod
Four separate specifications, each containing just one value for month?

Posted: Tue Apr 29, 2008 7:56 pm
by stuartjvnorton
[month = "4" | month = "6" | month = "9" | month = "11"] | [day > 30]

Have had the same sort of problem (so much for PAL reference). This is ugly, but it works.