I have a sequence image files: from box0001.jpg to box0015.jpg, I want to
cut box0001.jpg - box0009.jpg to a folder(C:/box1/), and cut box0011.jpg - box0015.jpg to another folder (C:/box2/), how do I use array and a loop to do this?
Dear catfish3:
Sorry to bother you again,
If using program, how do I choose box0001.jpg to box0015.jpg by using
arrar, I dont want to write like this;
box[ ]={box0001.jpg, box0002.jpg,box0003.jpg....}
because the image files might be a lot??
I want to give a range, such as 1-15, or 16-200...etc
how do I make array by using the range?