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