<formatMakeSetTurn> <2To20> <Objects> <FontName> <FontStyle>

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