Message 1 of 5
How can I run the code with command GCVERTICAL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Have anyone know this code do not work? Thanks
(setq En (entsel)) (Command "._GCVERTICAL" En)
This code can work:
(Command "._GCVERTICAL" (setq En (entsel)))