@chan230984 已写:
@sby0531
Hi friend
When I
Command: MVLINES
no function definition: SET-CMDECHO&OSNAPCOORD
Command:

Yes, it's normal. Because a lot of self-defined functions including Set-Cmdecho&Osnapcoord have been called directly and indirectly in the command function C:MvLines. I need to spend some time, perhaps one day , to pick out all the related self-defined functions and send them to you. And only after loading all the related self-defined functions, the command function C:MvLines can work.
The reason to develope so many commonly used self-defined functions is to simplify coding. I think it's the typical way for LISP coding.