<formatMakeSetTurn> the <nextLast> <2To20> <Objects> <FontName> <FontSize> <FontStyle>

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