Just a question:
 
Why on earth can one not loop over lists and arrays with CFScript 'for x in y' loops?
 
Also - can anyone see Macromedia implement a feature like Iterators. That way one can iterate over any collection effortlessly. ie
for x in y
 
 
would work with ANY collection that implements the iterator protocol. Makes for lots less code - hence more maintainable and less buggy

Reply via email to