T
Tony
Does anyone know how I can do an "eval" on a string?
I have a string back from a database equivalent to "5*6" how can I eval
this to an int type of value 30?
Taking this further, to evaluate custom vb functions ie
eval("5 * AvgPrice('partnum')")
I know about the databind eval function but I am not doing this where I
can use a databinder object
Thanks
Tony
I have a string back from a database equivalent to "5*6" how can I eval
this to an int type of value 30?
Taking this further, to evaluate custom vb functions ie
eval("5 * AvgPrice('partnum')")
I know about the databind eval function but I am not doing this where I
can use a databinder object
Thanks
Tony