Jump to content
UBot Underground

Search the Community

Showing results for tags 'list from file'.

  • 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 2 results

  1. Is there a way to set constants by name in a list or table like with normal coding? Essentually... UI Drop Down Example1 Example2 Example3 Example100 Variable Stored as tempVar Pull list Example1 = testing Example2 = sample Example3 = dog Example100 = cat Display value from list(tempVar)
  2. 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...