Programming with ever-changing formulas

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • neil

    #1

    Programming with ever-changing formulas

    Has anyone had experience programming with functions or
    formulas that occasionally change? We're working on a
    pricing app and it would be straight-forward enough to
    build it with a known formula (price = a+b+c/d), but we
    have to account for business conditions that change the
    formula.

    Does anyone know how to do this without recompiling?

    Thanks.
Working...