Programming with ever-changing formulas

  • Thread starter Thread starter neil
  • Start date Start date
N

neil

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.
 
How about compiling this on startup and then use the newly compiled
version? You'll find a sample for this on the web, sorry I can't
remember where.

Tosch
 
Wouldn't it be easier to add a administrator \ Manager
section to your program and save your formulas there.
You would just have to make sure you made it idiot proof.
It is what I do with sales tax and wholesale costs.
 
Back
Top