Jump to content
UBot Underground

How Do I Display Url List From Csv File, In Ui List Box?


Recommended Posts

Hello,

 

Here is one way to do it.

 

save to file("{$special folder("Desktop")}\\file.csv","urlone.com
urltwo.com
urlthree.com")
ui list box("urls:",$text from list($list from text($read file("{$special folder("Desktop")}\\file.csv"),$new line),","),#UI_LB_urls)


Regards,
Nick

  • Like 1
Link to post
Share on other sites

Hello,

 

Here is one way to do it.

 

 

save to file("{$special folder("Desktop")}\\file.csv","urlone.com
urltwo.com
urlthree.com")
ui list box("urls:",$text from list($list from text($read file("{$special folder("Desktop")}\\file.csv"),$new line),","),#UI_LB_urls)

Regards,

Nick

bro i have csv file!!! and i want open the file and show in ui list box

Link to post
Share on other sites

ya, just remove save to file

 

and replace the file name with your csv file :D

 

save to file is there to show you that it works for me and should work for you as well

thanks . it worked for me! but this list limit show :) whats problem?!

Link to post
Share on other sites

No problem.

 

If you use the UI html panel you can make it as big as you want.

 

Or you can use the uI editor as well.

 

or

 

http://network.ubotstudio.com/forum/index.php/topic/19292-sell-gui-hero-the-ultimate-easiest-tool-for-creating-ubot-guis/

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