<formatMakeSetTurn> <nextLast> <2To20> <Objects> <FontName>

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