How to calculate the output value from a formula string??? ... Urgent

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

Hi All,

I just wanna ask one simply question..
Is there anyone know how to calculate the output value from a string like
that??

Dim strFormula As String = "20+30+(100+20+30)*0.1"
Dim douOutput As Double

douOutput = Function(strFormula)

what can i do to calculate the dynamic formula string and put it into the
variable "douOutput" ??

Thanks All,
Ivan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top