// 検索文字列 s = "
\n" + " \"[あすかぜ・ねっと]\"\n" + "
\n"; // 置換文字列 r = "あすかぜ・ねっと\n"; for(y=1; y<=Bottom; y++){ for(x=1; x<=Right; x++){ [x,y] = replace([x,y], s, r); } }