Once I've read here that arithmetic expressions get evaluated in real edit form controls. It was an interesting fact that I didn't know. As an alternative way to evaluate arithmetic expressions runBuf and evalBuf kernel functions can be used, however they require code access permission validation.
Today I found yet another way to do the same thing - formattedStr2Num kernel function, which is designed to convert strings to reals but it accepts arithmetic expressions too. Probably it is the function invoked by form real edit control to evaluate user input.
Example:
formattedStr2Num('0.23 + 1 * (2 - 0,5)');
gives 1.73 as the result.
FormattedStr2Num kernel function
Views (2143)
This was originally posted here.

Like
Report
*This post is locked for comments