hi.
i input expression statement into edit control, and how can i calculate it. would you like to help me
to find out the most effective method?
thank you so much.
d_boy
1999.04.29
Printable View
hi.
i input expression statement into edit control, and how can i calculate it. would you like to help me
to find out the most effective method?
thank you so much.
d_boy
1999.04.29
Just having edit control does not help . Edit control is just the medium to take in the values .
Now whatever expresion that has been inputed U will have to parse it & after that U can do whatever
calculations u want to do .
There's some code for parsing and evaluating an expression here on CodeGuru. IIRC, it's in the miscellaneous (SP?) section, but that could be wrong as it's been a while since I looked.
The universe is a figment of its own imagination.