Format the <nextLast> <2To20> <Objects> As <FontStyleType>

SCRIPT {
    style$ = _arg4
    direction$ = _arg1
    count$ = _arg2
    object$ = _arg3
    arg$ = "Fnt:sty/dir/cnt/obj," + style$ + "," + direction$ + "," + count$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}