Jump to content
UBot Underground

Search the Community

Showing results for tags 'add item to list'.

  • 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. I have a .odt file and I want all of the gmails added to a list. Similar to this method: set(#soultion, $substring(#test, $add($find index(#test, "gmail:"), 0), *), "Global") But I am trying something a little different. ui open file("Email File:", #emailfile) clear list(%gmails) add item to list(%gmails, $substring($list from file(#emailfile), $add($find index($list from file(#emailfile), "gmail"), 0), "*"), "Delete", "Global") And it does not work... Gotta be my code.
×
×
  • Create New...