#27404
Yutaka Emura
Keymaster

Hi LTT,

The macro should be written as this:
(the 5th parameter of SetActivePoint() should be ii)

for(ii = 1; ii <= document.selection.Count; ii++){
	xPos = document.selection.GetActivePointX(eePosLogical, ii) + 1;
	yPos = document.selection.GetActivePointY(eePosLogical, ii) + 1;
	document.selection.SetActivePoint(eePosLogical, xPos, yPos, true, ii);
}