Move <nextLast> <2To20> <Objects> <MoveDir> <2To20> <Objects>

SCRIPT {
    sourcedir$ = _arg1
    sourcecount$ = _arg2
    sourceobject$ = _arg3
    direction$ = _arg4
    count$ = _arg5
    object$ = _arg6
    arg$ = "MvSel:dir/cnt/obj/dir/cnt/obj," + sourcedir$ + "," + sourcecount$ + "," + sourceobject$ + "," + direction$ + "," + count$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}