Jump to content

Recommended Posts

Posted

Hello,

I would like to grab some info from www page so I need it somehow in autoit.

I am able to get thw source into var

$sHTML = _IEDocReadHTML ($oIE)

but it is to large. is it somehow possible to split it by lines?

or better to walk thru line by line? something like foreach...

If no I thing that I will save the source into file and use file read line, but I am not able

to find how to get the source directly into file.

Thanks for the tips!

Kachnik

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...