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