InsertCol(x + 1); for (y = 1; y <= Bottom; y++) { p = [x,y].search("Žs|‹æ|ŒS"); if (p >= 0) { [x+1,y] = [x,y].substring(p + 1); [x,y] = [x,y].substring(0, p + 1); } }