Hello,
I want to call from an UltraNumericEditor a calculator, calculating something and then put the outcome back to the editor. Is there an bulitin possibility or how can I make this.
Thanks
Hansjörg Wintermantel
There isn’t a built-in option like that, but you can integrate a GPA calculator online style approach process the calculation externally and then feed the result back into your editor programmatically.