Move the <nextLast> <Object> <MoveDir> <a1> <Object>

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