I have a probleme
-
I want multiple equation in any Textbox like plus ,minus , multiply, Subdivision Example: 4+9-5*12/3=32, How it possible ?
-
I want multiple equation in any Textbox like plus ,minus , multiply, Subdivision Example: 4+9-5*12/3=32, How it possible ?
You need an Eval-function. Have a look at this article: C# Eval Function[^] You can also write an eval function on your own, this will include parsing, buildung a syntax tree etc. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
I want multiple equation in any Textbox like plus ,minus , multiply, Subdivision Example: 4+9-5*12/3=32, How it possible ?
you mean that you need to generate the result of your equation in your text box after you type "=" sign???
Have a Happy Coding.....