Hi all,
I am trying to parse an HTML page for links using the position command but there is a problem with case-sensitivity. In a previous posting, someone suggested I use VBEval>ucase to convert the HTML page to uppercase before searching for links but this does not seem to work with HTML pages because apparently it does not handle multi-line strings.
Does anyone have any ideas?
Regards,
Mark
VBEval>ucase(...... For multi-line strings
Moderators: JRL, Dorian (MJT support)
Hi,
So, why not create a Vbscript function that parses each line of the string in turn turning each one to uppercase and returning the result?
So, why not create a Vbscript function that parses each line of the string in turn turning each one to uppercase and returning the result?
MJT Net Support
[email protected]
[email protected]