Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
String Search
Message
De
08/08/2002 02:39:59
 
 
À
07/08/2002 09:36:43
Fabian Belo
Independent Developer
Argentine
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00687015
Message ID:
00687395
Vues:
13
This message has been marked as the solution to the initial question of the thread.
for that you have to read the text file, locate the search string and process it.
Dim fso, f
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile("HTMLfile.txt", 1, True)
Do While f.AtEndOfLine <> True
SearchString =a.readline 'you can also use readAll ..depends upon the requirement
SearchChar = "Keyword"
MyPos = Instr(1, SearchString, SearchChar)
'so you will get the location of you string you may use String functions like LEFT/RIGHT/MID to get what you want
Best Luck..
Nilesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform