Author Topic: [Question]CAD will not repeat last command name start with "+" ?  (Read 1869 times)

0 Members and 1 Guest are viewing this topic.

Ketxu

  • Newt
  • Posts: 109
[Question]CAD will not repeat last command name start with "+" ?
« on: September 09, 2018, 06:33:58 AM »
Hi all,
Whenever i define a new command name start with "+" character, such as "+D" , "+T" etc, those command will not repeat them when we re-Space / Enter.
This issue not occur when i define command name with -, * ...
Anyone else realized that and How can we fix it ?
Thank all of you ^^



tombu

  • Bull Frog
  • Posts: 288
  • ByLayer=>Not0
Re: [Question]CAD will not repeat last command name start with "+" ?
« Reply #1 on: September 10, 2018, 08:50:48 AM »
http://www.worldcadaccess.com/blog/2011/06/tip-getting-the-full-list-of-commands-in-autocad-2012.html
As it's used as a multi-use prefix by AutoCAD I'd avoid using it in defining commands of your own.
There aren't any + prefixed commands listed in help documentation either.
Tom Beauford P.S.M.
Leon County FL Public Works - Windows 7 64 bit AutoCAD Civil 3D

rkmcswain

  • Swamp Rat
  • Posts: 978

BIGAL

  • Swamp Rat
  • Posts: 1406
  • 40 + years of using Autocad
Re: [Question]CAD will not repeat last command name start with "+" ?
« Reply #3 on: September 13, 2018, 07:44:25 AM »
Numbers are supported just have to remember what 1236 does. Maybe D+ T+

Code: [Select]
(defun c:Z+ ()(command "zoom" "e"))
A man who never made a mistake never made anything