schothorst
Programmer
Hello
Hopefully someone can help me
Is it possible to convert a formula as a string to an integer.
For example
ls_formula = "(1000-800)/20"
as a result i want li_result=10
But the formula will change evrytime when I run a new querie so the next time it could be something like
ls_formula="(((800/20)*10)+80)"
Thanks
Hopefully someone can help me
Is it possible to convert a formula as a string to an integer.
For example
ls_formula = "(1000-800)/20"
as a result i want li_result=10
But the formula will change evrytime when I run a new querie so the next time it could be something like
ls_formula="(((800/20)*10)+80)"
Thanks