[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(DTPtechNote:1543) Re: Table Replaceのエラーについて質問です



スクリプトそのものは、そんなに難しいことをしているわけではないので、
きっとなにか単純なことなんだろうと想像します。

まずやってみていただきたいのは、
スクリプトエディタで開いて別名で保存します。
この時、フォーマットを「テキスト」
改行の形式を「Mac(CR)」にしてみてください。

それでもダメなら
53〜57行目の
	if (not (exists selection)) or ¬
		class of selection is not cell and ¬
		class of selection is not table and ¬
		class of selection is not row and ¬
		class of selection is not column then

を1行にしてみてください。

	if (not (exists selection)) or class of selection is not cell and class of selection is not table and class of selection is not row and class of selection is not column then

うーん、直るといいな。