Move <thatItSelection> <MoveDir> <2To20> <Objects>

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