Is there any way to create a long global list in shortcut?

I want to make image list 1.jpg to 100.jpg

This guide might help you: Make "make a List" Block Useless

init global your list = make empty list
Screen.initialize
for each number from 1 to 100 by 1:
add items to list
      list=(ur list)
      item=join(number,".jpg")
4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.