for (y = 1; y <= Bottom; y++) { for (x = 2; x <= Right; x++){ if (![x,y].startsWith("\"")) { [x,y] = "\"" + [x,y] + "\""; } } }