Jump to content
UBot Underground

Search the Community

Showing results for tags 'lst'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hey guys... got a issue that im sure can be easy solved from the experts here I've wrote a function that take 2 params and does some custom scraping of a page and I want to pass the result back as a list. define $GetAllUrls(#siteurl, #basedomain) { set(#siteurl, #siteurl, "Local") set(#basedomain, #basedomain, "Local") navigate(#siteurl, "Wait") wait for browser event("Everything Loaded", "") // custom scrape code here wait(1) } return(%urlListLocal) } I get errors when i want to assign the variable to a list or a string.. Tried the 2 following ways b
×
×
  • Create New...