|
-
Dec 12th, 1999, 10:07 PM
#1
Thread Starter
New Member
Hi all
I am using vb6 and i am downloading a web page into a varible called my document. This i can do ok but i need to parse the data from the web page (now in my varible) so that i can check it for a particular string. Any ideas ??
[email protected]
-
Dec 12th, 1999, 10:12 PM
#2
Lively Member
To find the position of string2 in string1 use:
instr(1,string1,string2)
The first parameter is the starting point.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|