Swamp Thing
- 1,065
- 821
Given a list of indices
ind = {1, 3, 2} , is there a shortcut to this? :--
Code:
MyList[[ ind[[1]], ind[[2]], ind[[3]] ]]