Results 1 to 2 of 2

Thread: A difficult string problem

  1. #1

    Thread Starter
    Banned
    Join Date
    Jul 2001
    Location
    CH
    Posts
    13

    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.

  2. #2
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    The Dark Side of the Moon
    Posts
    448
    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
  •  



Click Here to Expand Forum to Full Width