Jump to content
UBot Underground

How To Add Items To List Horizontally?


Recommended Posts

Hi

 

i have list of numbers , i need to attach those numbers to a url ,40 numbers each cycles, the numbers should be separated by comma.

 

the url should look like this www.site.com=1212,3525,8989,5658,5657.....

 

so i create a loop of 40 cycles inside the main loop but i cant find a way to add items one after another 

Link to post
Share on other sites

Hi,

 

To concatenate a list use $text form list

set(#list,"one,two,three","Global")
clear list(%data)
add list to list(%data,$list from text(#list,","),"Delete","Global")
alert($text from list(%data,","))

should do it

 

Reagards,
CD

concat alist.ubot

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...