Jump to content

Don't know why this isn't working...


Recommended Posts

Any ideas why this returns blank? Is it because of the quotes in the friend id line?

CODE
#include <INet.au3>

#include<String.au3>

$userid = "tom"

$profile = 'www.myspace.com/' & $userid

$values = _StringBetween(_INetGetSource($profile), 'friendid=', '" id=')

MsgBox(0, "User ID:", "User ID is " & $values)

Edited by DigitalLocksmith
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...