creating formula

  1. A

    Creating and Saving formulae

    Hi I am working a VB.NET 3.5 application. I want to create complex formula using the values shown on the screen and save in XML or Database. Eg: Formula1 = (Value1 * Value2 + Value3)/Value6 - Value5 Formula2 = If (Value1 > 1000) then (Value1 * Value2 + Value3)/Value6 - Value5 else...
Back
Top