Jump to content

Recommended Posts

Posted

This should be so simple, and I just can't find it here.

It seems as though in order to use IE.au3 I have to create an instance of internet explorer.

Basically what I want to do is take the text from a web page and use that information in a program that I am writing.

Is there a simple way to do this without parsing each line individually with a line like this:

stringmid($tempstring,stringinstr($tempstring,">","",4)+1,stringinstr($tempstring,"<","",2)-stringinstr($tempstring,">","",4)-1)

Please tell me that I am missing something obvious.

Posted

pretty sure _IEBodyReadText :lmao:

yup that works. I didn't see until about 2 seconds after i posted that that $visible should be set to 0.

Stupid Quesiton folks, sorry.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...