S
sly
Hello
I have a list of values held in a .txt file, the image name and value 1
are seperated by a tab.
14img.jpg 1
14img.jpg 1
14img.jpg 1
9img.jpg 1
4img.jpg 1
4img.jpg 1
7img.jpg 1
7img.jpg 1
What I want to do is match the image names and push them onto a new
array and work out the length. So I get 4img.jpg = 2 and 14img.jpg = 3
etc
Thanks all
I have a list of values held in a .txt file, the image name and value 1
are seperated by a tab.
14img.jpg 1
14img.jpg 1
14img.jpg 1
9img.jpg 1
4img.jpg 1
4img.jpg 1
7img.jpg 1
7img.jpg 1
What I want to do is match the image names and push them onto a new
array and work out the length. So I get 4img.jpg = 2 and 14img.jpg = 3
etc
Thanks all