CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: question

  1. #1
    Join Date
    Jul 2001
    Posts
    430

    question

    what is the better way to get "[email protected]" from the following?

    "contact me" <[email protected]>

    Mary


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: question

    use inStr to get the pos of "<" & ">" and then use mid to extract the address.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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

Featured