I’m thinking I could let the user create a “custom” equation. Therefore I’d need a list of all variables and constants used in my program. Furthermore, why not let the user create there own variable?
The purpose being that the user can then customize results if the standard shown math data doesn’t exactly fit a particular purpose.
So, can you populate a list with your current set of variables and constants? OR is there some other simpler method that could achieve the same results?
Depending on the intent of you app… you might look at XojoScript…
I can’t help you with it as I do not use it, but I have seen topics where people are mentioning doing just what you described.
This would be used for math calculations where the user could define their own variable and result.
A simple example might be where my app only shows a particular result in Kilograms, The user could convert it to slugs by multiplying my result: Kilograms x 0.0685. Which would be much easier than always having to use a calculator.