how to loop inside an array

bulieme0

New member
im making a macro that going trough a list of items in a array. for some reason i dont know to make macros can someone help me?
 

hsurB

Well-known member
There is an action called iterate dictionary/array that does axactly what You want. Its a loop that goes through each elememt of an array or a dictionary where iterator is a current key and iterator's value is what is saved under current key in a loop.
 
Top