シンタックス: | getInsertionPoint(document) |
戻り値: | "page, x, y" フォーマットのストリング、挿入ポイントがない場合は VOID |
set the itemDelimiter = ","
set insPt = getInsertionPoint(doc)
if stringP(insPt) then
drawPicture doc, member "dingbat", Point(-10, integer(item 3 of insPt))
end if