import { arrayInputBox } from "lib/Array.cms"; array = arrayInputBox("削除するキーワードを改行区切りで入力してください"); for (y = 1; y <= Bottom; y++) { s = [x,y]; for (i = 0; i < array.length; i++) { s = replace(s, array[i], ""); } [x,y] = s; }