|
-
Oct 27th, 2001, 12:05 AM
#1
Easy Beginner Question
I am new to VB and I would like to know if it is possible (cuz I never founded any info on it yet) to convert a string expression entered by the user, such as "5*(5+5)" to a mathematical form so that it can be used to define a variable.
Ex : Dim dblVariable As Double
txtObject.Text = 5*(5+5)
dblVariable = (expression wanted : 5*(5+5)
Thanks to everybody who will answer without making too much fun of me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|