Move <thatItSelection> <MoveDir> <a1> <Object>

SCRIPT {
    direction$ = _arg2
    count$ = "1"
    object$ = _arg4
    arg$ = "MvTht:dir/cnt/obj," + direction$ + "," + count$ + "," + object$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}