ID:2956472
 
Resolved
for(item,value in list) can now loop through the items in a list and grab the associated value at the same time.
Applies to:DM Language
Status: Resolved (516.1648)

This issue has been resolved.
Being able to grab the item and its associated value at the same time when looping through a list would be swell.
Lummox JR resolved issue with message:
for(item,value in list) can now loop through the items in a list and grab the associated value at the same time.
I think having 3 variables would be cooler. index(num, key for item), item(key for value), value.

Login to reply.