Hi All
I have a URL in the format http://blah.com/images/{index] where the maximum index value will be the total number of records minus 1. So for three images the indexes would be 0, 1, 2
What is the best way to take the attribute imagecount and loop to the URL for the correct number of times starting at zero???
Just getting a bit confused now....
Regards