Results 1 to 3 of 3

Thread: Remove everything after </font> {Resolved}

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    Remove everything after </font> {Resolved}

    Hello,

    I have this problem where I have a textbox, and and I need to find the first occurance of "</font>" and remove that and everything after it

    Thanks a bunch,

    Dimava
    Last edited by dimava; Nov 30th, 2003 at 01:25 AM.
    NXSupport - Your one-stop source for computer help

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429
    Like:
    VB Code:
    1. Text1.Text = Left$(Text1.Text, InStr(Text1.Text, "</font>") - 1)




    Bruce.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    that did it, thanks
    NXSupport - Your one-stop source for computer help

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