hi all i was wondering how to add a function to the end of an each loop so that it executes once all elements in the each array have been iterated through.
i would have thought place the function after the closing } of the each group but this doesn't seem to work - it executes at the same time as the each loop. any thoughts/help? thanks tom