Results 1 to 7 of 7

Thread: [RESOLVED] VB6: get text between

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2016
    Posts
    224

    Resolved [RESOLVED] VB6: get text between

    dellll
    Last edited by geekmaro; May 31st, 2021 at 02:12 AM.

  2. #2
    Frenzied Member
    Join Date
    Dec 2008
    Location
    Melbourne Australia
    Posts
    1,487

    Re: VB6: get text between

    It would be better if you attach the exact file (or whatever) you are wishing to 'query'

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2016
    Posts
    224

    Re: VB6: get text between

    Quote Originally Posted by Bobbles View Post
    It would be better if you attach the exact file (or whatever) you are wishing to 'query'
    it is html and i cannot publish it here because it require login to acccount
    so plz help me with text i provided you

  4. #4
    PowerPoster
    Join Date
    Feb 2017
    Posts
    4,996

    Re: VB6: get text between

    Code:
    TextBox.Text = Split(Replace(InputText, "<TD>", ""), "</TD>")(9)

  5. #5
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,872

    Re: VB6: get text between

    In your previous thread, about parsing a HTML page, you got plenty answers how to search for specific strings.

    Why don't you at least show some effort of what you have tried this time?

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Mar 2016
    Posts
    224

    Re: VB6: get text between

    Quote Originally Posted by Arnoutdv View Post
    In your previous thread, about parsing a HTML page, you got plenty answers how to search for specific strings.

    Why don't you at least show some effort of what you have tried this time?
    i did but i couldnt find anything, what i searched for was very specific

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Mar 2016
    Posts
    224

    Re: VB6: get text between

    Quote Originally Posted by Eduardo- View Post
    Code:
    TextBox.Text = Split(Replace(InputText, "<TD>", ""), "</TD>")(9)
    Worked like a charm!
    thank you very much

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