for (y = 1; y <= Bottom; y++) { for (x = 2; x <= Right; x++) { [x,y] = replace([x,y], "œœœ", [1,y]); } }