<moveGo> to the <firstLast> <Object>

SCRIPT {
    side$ = _arg2
    object$ = "Document"
    arg$ = "Goto:end/obj/sel," + side$ + "," + object$ + "," + "Move"
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}