Jump to content
UBot Underground

Recommended Posts

Hi Vendeta30,

 

Here is yet another version:

add list to list(%list1, $list from text("Item 1
Item 3
Item 5
Item 7
Item 9", "
"), "Delete", "Global")
add list to list(%list2, $list from text("Item 2
Item 4
Item 6
Item 8
Item 10", "
"), "Delete", "Global")
set(#var, "{%list1}
{%list2}", "Global")
add list to list(%list3, $list from text(#var, "
"), "Delete", "Global")
clear list(%list1)
clear list(%list2)
set(#var, $nothing, "Global")

The great thing about UBot is there are so many ways to do different functions.

 

Good Luck!

 

Buddy

  • Like 1
Link to post
Share on other sites

Hi Vendeta30,

 

Here is yet another version:

add list to list(%list1, $list from text("Item 1
Item 3
Item 5
Item 7
Item 9", "
"), "Delete", "Global")
add list to list(%list2, $list from text("Item 2
Item 4
Item 6
Item 8
Item 10", "
"), "Delete", "Global")
set(#var, "{%list1}
{%list2}", "Global")
add list to list(%list3, $list from text(#var, "
"), "Delete", "Global")
clear list(%list1)
clear list(%list2)
set(#var, $nothing, "Global")

The great thing about UBot is there are so many ways to do different functions.

 

Good Luck!

 

Buddy

very nice thanks

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...