Jump to content
UBot Underground

Search the Community

Showing results for tags 'google sheets - table'.

  • 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. Hi, Some advise if possible. I have the following script, which does exactly what I want. Which is to import to a table a number of image urls with names, download the images and rename them. perfect. clear table(&images) create table from file("C:\\Users\\Andrew\\Desktop\\silverim.csv",&images) set(#row,0,"Global") create folder($special folder("Desktop"),"Silverstone Images") set(#path,"{$special folder("Desktop")}/Silverstone Images/","Global") loop($table total rows(&images)) { download file($table cell(&images,#row,1),"{#path}{$table cell(&images,#row,0)}.jpg")
×
×
  • Create New...