|
-
Oct 17th, 2001, 06:58 AM
#1
Thread Starter
Banned
A difficult string problem
I get a string from database just like a function:
T=1.3*1.5/1.6
I want to get the calculating result of this string automatically.
What can I do in my program.
Thank you very much.
-
Oct 17th, 2001, 07:17 AM
#2
Hyperactive Member
Use string manipulation functions to pick out the pieces you want and use if statements to determine what calculations to do. I doubt you can turn that into a mathmatical expression to be executed as if it were VB code.
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
|