Hi there,
i am in problem with the vb6.0. how do i evaluate the expression in vb6.0. e.g. is mentioned below.
Dim a, b, result as double
Dim c as string
a=10
b=5
c="a+b"
result=Some_function(c)
'here some function is required to evaluate the given expression.
Thanks & Regards
[email protected] is my mail id.