Move the <nextLast> <2To20> <Objects> <MoveDir> <a1> <Object>

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