What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Visual Basic Help

Visual Basic Help
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Visual Basic Help
InStr() needs 3 parameters

InStr(CharToStartAt,String,TextToFind)

So your wanting to use InStr(1, List1.List(a), websitein2) Then

code:
For j = 0 To List1.ListCount - 1
    If InStr(1, List1(j), websitein2) Then
        s = ""
        s = s + Mid$(List1(j), InStrRev(List1(j), "-") + 2)
        s = Replace(s, "http://", "")
    End If
Next j

This post was edited on 03-19-2006 at 11:48 PM by matty.
03-19-2006 11:45 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Visual Basic Help - by DJeX on 03-19-2006 at 11:21 PM
RE: Visual Basic Help - by matty on 03-19-2006 at 11:45 PM
RE: Visual Basic Help - by CookieRevised on 03-20-2006 at 12:04 AM
RE: Visual Basic Help - by DJeX on 03-20-2006 at 01:18 AM
RE: Visual Basic Help - by CookieRevised on 03-20-2006 at 08:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On