G
Guest
Thanks Dave,
To repeat the question:
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax) > 20)
THEN (x * y * 0.55)
without knowing at runtime what the values of sales, tax, x and y are. Is
there any software out there that will do this validation for me?
//NEEDS
I do not know and do not care about these values at runtime. These are rules
that will be stored in a database, and weeks later someone may pull this out
and provide values for the variables and then evaluate it.
Thanks in advance
To repeat the question:
I am developing a WinForms application and I need a Math Expression
validator, not an expression evaluator. So I want to be able to say...
if ((sales - tax) > 20)
THEN (x * y * 0.55)
without knowing at runtime what the values of sales, tax, x and y are. Is
there any software out there that will do this validation for me?
//NEEDS
I do not know and do not care about these values at runtime. These are rules
that will be stored in a database, and weeks later someone may pull this out
and provide values for the variables and then evaluate it.
Thanks in advance