From a javascript I'm working on I have
random_img[0]
random_img[1]
random_img[2]
I highlighted these three cells and I tried to use the fill handle to increment the number in the bracket but it doesn't work. Instead of incrementing, the number repeats. For example, I get
random_img[0]
random_img[1]
random_img[2]
random_img[0]
random_img[1]
random_img[2]
I have about 1000 entries (random images) I would like to show.
How can i fix this?
random_img[0]
random_img[1]
random_img[2]
I highlighted these three cells and I tried to use the fill handle to increment the number in the bracket but it doesn't work. Instead of incrementing, the number repeats. For example, I get
random_img[0]
random_img[1]
random_img[2]
random_img[0]
random_img[1]
random_img[2]
I have about 1000 entries (random images) I would like to show.
How can i fix this?
Statistics: Posted by hansa — Thu Dec 26, 2024 4:52 pm