Jump to content

I can't get _StringBetween to work.


Recommended Posts

I think it's b/c its not all in one line but I don't really have a clue.

#include <IE.au3>
#include <String.au3>


$oIE = _IECreate ("http://www.google.com/")

_IELoadWait ($oIE)

$sText = _IEBodyReadText ($oIE)

$sText2 = _StringBetween ( $sText, "Advertising Programs", "About Google") 

Msgbox(1,"string",$sText)
Msgbox(1,"StringBetween",$sText2)

any pointers?

I'm a newbie.Sorry if I don't reposed to your replays very fast.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...