I have split a list using dispatch, performed a few actions on one of the dispatched lists, and am now trying to merge the two back together. I have run into the problem of acquiring a few extra zeros at the end of the paths of the manipulated data, so these branches will not merge with their respective branches from the other dispatched list (for example: {1;0} will not merge with {1;0;0;0}, etc...). Is there a way to knock out these extra zeros so that the branches merge back together?
Tags: