len = int(InputBox("文字数を入力してください。")); if (len == 0) { return; } for (y = 1; y <= Bottom; y++) { [x,y] = left([x,y], len); }