SCRIPT {
fontname$ = _arg3
direction$ = ""
count$ = "1"
object$ = _arg2
verb$ = ""
fontsize$ = ""
arg$ = "Fnt:nam/siz/vrb/dir/cnt/obj," + fontname$ + "," + fontsize$ + "," + verb$ + "," + direction$ + "," + count$ + "," + object$
DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}