-- 間に 1/2インチ(36ポイント)の間隔をあけて -- ページに2つの新規フレームを作成する set w = getPageWidth(doc) set h = getPageHeight(doc) newFrame doc, Rect(0,0,(w/2)-18,h), TRUE newFrame doc, Rect(0,0,(w/2)+18,h), TRUE