<Imperative> <nextLast> 1 <Object>

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