<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERRO EDIT in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549307#M112277</link>
    <description>&lt;P&gt;Ok, there you have the cause of your error. The VVAREA is nil and this is causing an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;BR /&gt;                                             &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#FF0000"&gt;|----|&lt;/FONT&gt; |----| |----------------------|&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                               &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#FF0000"&gt; ^&lt;/FONT&gt;      ^&lt;/FONT&gt;&lt;/STRONG&gt;             &lt;FONT color="#0000FF"&gt; ^&lt;/FONT&gt;&lt;BR /&gt;                              &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;nil&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt; = ERROR&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt; ------|&lt;/FONT&gt;&lt;/STRONG&gt;      |              |---- &lt;SPAN&gt;"Á. SERV."&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                                       &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;|---- "+"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your other code the VVAREA is calculated by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(DEFUN &lt;U&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;AT-AREA-INDICARPON&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt; ()
...
...
    &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;(COMMAND "_AREA" "_O" ENTL)
    (SETQ VVAREA (STRCAT (RTOS (GETVAR "AREA") 2 2) "m²"))&lt;/FONT&gt;&lt;/STRONG&gt;
    (SETQ VCENT      (AT-CENTROID ENTL))
    (COMMAND "_INSERT" VVBL VCENT ESCALA "" "" &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;VVAREA&lt;/FONT&gt;&lt;/STRONG&gt; NIVEPR (NTH (ATOI NLA) LLAREA2) (NTH (ATOI NLR) LLREVE2) )
...&lt;/PRE&gt;&lt;P&gt;However, in your code with the error VVAREA is not calculated and nil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(DEFUN &lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;AT-AREA-INDICARPONx&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt; ()
...
...&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;; Missing VVAREA calculation! &amp;lt;--&lt;/STRONG&gt;&lt;/FONT&gt;
    (COMMAND "_INSERT" VVBL ESCALA "" "" &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;VVAREA&lt;/FONT&gt;&lt;/STRONG&gt; NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;/PRE&gt;&lt;P&gt;But then again, looking at your block in one of the previous videos I only count two attributes after exploding and you are providing three; &lt;STRONG&gt;VVAREA&lt;/STRONG&gt;, &lt;STRONG&gt;NIVEPR&lt;/STRONG&gt; and &lt;STRONG&gt;(NTH (ATOI NLA) LLAREA2)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So which values values do you need to have in your block attributes?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2017 12:07:47 GMT</pubDate>
    <dc:creator>DannyNL</dc:creator>
    <dc:date>2017-11-16T12:07:47Z</dc:date>
    <item>
      <title>ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7529360#M112267</link>
      <description>&lt;P&gt;&lt;FONT color="#ff0000"&gt;ERRO&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Command:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Command:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Command:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Requires valid numeric angle or second point.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;ERRO : Function cancelled&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Specify rotation angle &amp;lt;0&amp;gt;:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;Enter attribute values&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;REFERENCIA DE NIVEL &amp;lt;RN&amp;gt;:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;LOCAL &amp;lt;LOCAL&amp;gt;:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;////////////////////////////////////////////////////////////////////////////////////&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;//////////////////// NEW LSP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN C:NI () (C:AT-NIVELX))&lt;BR /&gt;;............................&lt;BR /&gt;(DEFUN C:AT-NIVELX ()&lt;BR /&gt;(SETQ FLAGOK nil)&lt;BR /&gt;;&lt;BR /&gt;(IF (NOT FLAG-XLS) (AT-LEARQXLS) )&lt;BR /&gt;;&lt;BR /&gt;(SETQ DCL_ID (LOAD_DIALOG "STANDARD"))&lt;BR /&gt;(SETQ FLAGOK1 T)&lt;BR /&gt;(SETQ XFIM1&amp;nbsp;&amp;nbsp; 0)&lt;BR /&gt;;&lt;BR /&gt;(WHILE FLAGOK1&lt;BR /&gt;&amp;nbsp;(NEW_DIALOG "AT_TELA_NIVEL" DCL_ID)&lt;BR /&gt;&amp;nbsp;(START_LIST&amp;nbsp; "LAREAS") (MAPCAR 'ADD_LIST LLAREAS) (END_LIST)&lt;BR /&gt;&amp;nbsp;(IF (NOT NLA) (SETQ NLA "0"))&lt;BR /&gt;&amp;nbsp;(IF (NOT NIVEPR) (SETQ NIVEPR "+"))&lt;BR /&gt;&amp;nbsp;(SET_TILE&amp;nbsp;&amp;nbsp;&amp;nbsp; "LAREAS"&amp;nbsp;&amp;nbsp; NLA)&lt;BR /&gt;&amp;nbsp;(SET_TILE&amp;nbsp;&amp;nbsp;&amp;nbsp; "NIVEPR"&amp;nbsp;&amp;nbsp; NIVEPR)&lt;BR /&gt;&amp;nbsp;(ACTION_TILE "LAREAS" "(SETQ NLA $value)")&lt;BR /&gt;&amp;nbsp;(ACTION_TILE "NIVEPR" "(SETQ NIVEPR $value)")&lt;BR /&gt;&amp;nbsp;(ACTION_TILE "BT-INDICANIVEL" "(DONE_DIALOG 1)")&lt;BR /&gt;&amp;nbsp;(ACTION_TILE "BT-SAIR"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "(DONE_DIALOG 0)")&lt;BR /&gt;&amp;nbsp;(SETQ&amp;nbsp;&amp;nbsp; XFIM1&amp;nbsp; (START_DIALOG))&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;;&lt;BR /&gt;&amp;nbsp;(IF (=&amp;nbsp; XFIM1 0) (SETQ FLAGOK1 nil))&lt;BR /&gt;&amp;nbsp;(IF (=&amp;nbsp; XFIM1 1) (AT-AREA-INDICARPONx))&lt;BR /&gt;)&lt;BR /&gt;;&lt;BR /&gt;(PRINC)&lt;BR /&gt;)&lt;BR /&gt;;...............................................................................&lt;FONT color="#ff0000"&gt;////////// ERRO LSP&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(DEFUN AT-AREA-INDICARPONx ()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(COMMAND "_UNDO" "_BEGIN")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(IF SALVA (SALVA (LIST "OSMODE" "CLAYER" "TEXTSTYLE")))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(SETVAR "OSMODE" 0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;(SETQ FLAGOK1 nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;(IF (NOT FLAGAA)(ALERT "\n Informe um ponto!"))(SETQ FLAGIJ T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(SETQ VVBL "STANDARD-SNIVEL")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(VERIFICA-VVBL VVBL);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_INSERT" VVBL ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(IF RESTAURA (RESTAURA))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;(COMMAND "_UNDO" "_END")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#003366"&gt;////////////////////////////////////////////////////////////////////////////////////&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#003366"&gt;/////////////////////&amp;nbsp;ORIGINAL LSP OK&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#003366"&gt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(DEFUN C:AX () (C:AT-AREASX))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;............................&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(DEFUN C:AT-AREASX ()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ FLAGOK nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(IF (NOT FLAG-XLS) (AT-LEARQXLS) )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ DCL_ID (LOAD_DIALOG "STANDARD"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ FLAGOK1 T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ XFIM1&amp;nbsp;&amp;nbsp; 0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(WHILE FLAGOK1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(NEW_DIALOG "AT_TELA_AREAS" DCL_ID)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(START_LIST&amp;nbsp; "LAREAS") (MAPCAR 'ADD_LIST LLAREAS) (END_LIST)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(START_LIST&amp;nbsp; "LREVES") (MAPCAR 'ADD_LIST LLREVES) (END_LIST)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (NOT NLA) (SETQ NLA "0"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (NOT NLR) (SETQ NLR "0"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (NOT NIVEPR) (SETQ NIVEPR "+"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SET_TILE&amp;nbsp;&amp;nbsp;&amp;nbsp; "LAREAS"&amp;nbsp;&amp;nbsp; NLA)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SET_TILE&amp;nbsp;&amp;nbsp;&amp;nbsp; "LREVES"&amp;nbsp;&amp;nbsp; NLR)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SET_TILE&amp;nbsp;&amp;nbsp;&amp;nbsp; "NIVEPR"&amp;nbsp;&amp;nbsp; NIVEPR)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "LAREAS" "(SETQ NLA $value)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "LREVES" "(SETQ NLR $value)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "NIVEPR" "(SETQ NIVEPR $value)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "BT-SELECIONAR" "(DONE_DIALOG 1)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "BT-INDICARPON" "(DONE_DIALOG 2)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(ACTION_TILE "BT-SAIR"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "(DONE_DIALOG 0)")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SETQ&amp;nbsp;&amp;nbsp; XFIM1&amp;nbsp; (START_DIALOG))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (=&amp;nbsp; XFIM1 0) (SETQ FLAGOK1 nil))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (=&amp;nbsp; XFIM1 1) (AT-AREA-SELECIONAR))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF (=&amp;nbsp; XFIM1 2) (AT-AREA-INDICARPON))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(PRINC)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;...............................................................................&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(DEFUN AT-AREA-SELECIONAR ()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(COMMAND "_UNDO" "_BEGIN")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(IF SALVA (SALVA (LIST "OSMODE" "CLAYER" "TEXTSTYLE")))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETVAR "OSMODE" 0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;(SETQ FLAGOK1 nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;(IF (NOT FLAGAA)(ALERT "\nSELECIONE UM POLIGONO!"))(SETQ FLAGIJ T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ VVBL "STANDARD-AREA")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(VERIFICA-VVBL VVBL)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ FLAGX T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ ENTS1 (ENTSEL"\n&amp;gt;&amp;gt;Selecione um poligono &amp;lt;ENTER=Fim&amp;gt;: "))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(WHILE FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SETQ FLAGA T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(WHILE FLAGA&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (IF (NOT ENTS1) (PROGN (SETQ FLAGA nil)(SETQ FLAGX nil)))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (IF FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ ENT1&amp;nbsp; (CAR&amp;nbsp; ENTS1))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ PT1&amp;nbsp;&amp;nbsp; (CADR ENTS1))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ LL1&amp;nbsp;&amp;nbsp; (ENTGET ENT1))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ TIPO&amp;nbsp; (CDR (ASSOC 0 LL1)))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (IF (OR (= TIPO "LWPOLYLINE")(= TIPO "REGION"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ FLAGA nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ALERT "OBJETO SELECIONADO NÃO É UM POLIGONO!")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_AREA" "_O" ENT1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ VVAREA (STRCAT (RTOS (GETVAR "AREA") 2 2) "m²"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ VCENT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (AT-CENTROID ENT1))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_INSERT" VVBL VCENT ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) (NTH (ATOI NLR) LLREVE2) )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ ENTS1 (ENTSEL"\n&amp;gt;&amp;gt;Selecione um poligono &amp;lt;ENTER=Fim&amp;gt;: "))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(IF RESTAURA (RESTAURA))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(COMMAND "_UNDO" "_END")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;...............................................................................&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(DEFUN AT-AREA-INDICARPON ()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(COMMAND "_UNDO" "_BEGIN")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(IF SALVA (SALVA (LIST "OSMODE" "CLAYER" "TEXTSTYLE")))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETVAR "OSMODE" 0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;(SETQ FLAGOK1 nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;(IF (NOT FLAGAA)(ALERT "\nSELECIONE UM POLIGONO!"))(SETQ FLAGIJ T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ VVBL "STANDARD-AREA")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(VERIFICA-VVBL VVBL)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ FLAGX T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(WHILE FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(SETQ FLAGA T)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(WHILE FLAGA&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (IF (NOT PTSI1) (PROGN (SETQ FLAGA nil)(SETQ FLAGX nil)))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (IF FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ HANX (CDR (ASSOC 5 (ENTGET (ENTLAST)))))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_-BOUNDARY" PTSI1 "")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ HANY (CDR (ASSOC 5 (ENTGET (ENTLAST)))))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (IF (= HANX HANY)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ALERT "*** NÃO FOI POSSIVEL CRIAR UM POLIGONO! ***\nVERIFIQUE SE É UMA AREA FECHADA\nOU CONGELE ALGUMAS CAMADAS QUE POSSAM INTERFERIR!")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ FLAGX nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;(COMMAND "_REGION" (ENTLAST) "")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ ENTL (ENTLAST))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; (SETQ FLAGA nil)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;(IF FLAGX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROGN&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ ENTL (ENTLAST))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_AREA" "_O" ENTL)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ VVAREA (STRCAT (RTOS (GETVAR "AREA") 2 2) "m²"))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ VCENT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (AT-CENTROID ENTL))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_INSERT" VVBL VCENT ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) (NTH (ATOI NLR) LLREVE2) )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;&amp;nbsp;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(IF RESTAURA (RESTAURA))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;(COMMAND "_UNDO" "_END")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#003366"&gt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 04:01:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7529360#M112267</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-09T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7532950#M112268</link>
      <description>&lt;P&gt;As far as I can see you are forgetting to provide an insertion point for your block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You new code that gives an error:&lt;/P&gt;&lt;PRE&gt; (COMMAND "_INSERT" &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;VVBL&lt;/STRONG&gt; &lt;STRONG&gt;ESCALA&lt;/STRONG&gt; &lt;/FONT&gt;"" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;/PRE&gt;&lt;P&gt;The old code that works fine:&lt;/P&gt;&lt;PRE&gt; (SETQ &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;VCENT&lt;/FONT&gt; &lt;/STRONG&gt;(AT-CENTROID ENTL))
 (COMMAND "_INSERT" &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;VVBL&lt;/FONT&gt; &lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;VCENT&lt;/STRONG&gt; &lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;ESCALA&lt;/STRONG&gt; &lt;/FONT&gt;"" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) (NTH (ATOI NLR) LLREVE2) )&lt;/PRE&gt;&lt;P&gt;So in your new code you will have to insert an insertion point to get it to work.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 06:42:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7532950#M112268</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-10T06:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7535101#M112269</link>
      <description>&lt;P&gt;(SETQ &lt;FONT color="#ff0000"&gt;VINSERT&lt;/FONT&gt; &amp;nbsp;&amp;nbsp; (GETPOINT))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_INSERT" VVBL &lt;FONT color="#ff0000"&gt;VINSERT&lt;/FONT&gt; ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))&lt;BR /&gt;;&lt;BR /&gt;(IF RESTAURA (RESTAURA))&lt;BR /&gt;(COMMAND "_UNDO" "_END")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;the present modification has been as follows:&lt;BR /&gt;the video1 error retained when working straight at the levelx&lt;BR /&gt;the video2 inserts the block, takes advantage of something of the areax, but in the sequence the information is inserted incorrectly, and out of scale and even having a variable to control the block.&lt;BR /&gt;in both test the object snap job off, and not complete&lt;/P&gt;&lt;P&gt;i see the command in &lt;A href="http://www.cadtutor.net/tutorials/autolisp/quick-start.php" target="_blank"&gt;http://www.cadtutor.net/tutorials/autolisp/quick-start.php&lt;/A&gt; ,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 18:54:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7535101#M112269</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-10T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7540447#M112270</link>
      <description>&lt;P&gt;the block size error was corrected, the scale of the source file was disproportionate, but the other errors could not adjust&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 20:14:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7540447#M112270</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-13T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7541664#M112271</link>
      <description>&lt;P&gt;Looking at your second block after exploding in video 2, it only show 2 attributes as far as I can tell. But you are supplying 3 attribute values, so that is one too many.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;BR /&gt;                                             &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;|----| |----|&lt;/FONT&gt; &lt;FONT color="#FF0000"&gt;|----------------------|&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                               &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt; ^      ^&lt;/FONT&gt;&lt;/STRONG&gt;              &lt;FONT color="#FF0000"&gt;^&lt;/FONT&gt;&lt;BR /&gt;                              &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Attribute 1 ------|      |&lt;/FONT&gt;              &lt;FONT color="#FF0000"&gt;|---- Attribute 3???&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                                       &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;|---- Attribute 2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;So you probably need to change it to&lt;/P&gt;&lt;PRE&gt;(COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" VVAREA NIVEPR)&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2017 07:42:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7541664#M112271</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-14T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7547485#M112272</link>
      <description>&lt;P&gt;APPLYING THE ABOVE MODIFICATIONS, STILL THE ERROR IN VIDEO 1 AND 2 ARE ACTIVE&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 20:14:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7547485#M112272</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-15T20:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7547581#M112273</link>
      <description>&lt;P&gt;if you observe video 1 and 2, it is noted that the level block informs the calculated area in square meters, and in programming lsp level there is no programming of area calculation, as soon it is noticed that the level lsp performs the text in the block not by the name of the variable, but in a sequential way, from top to bottom and still dependent on executing the lsp area before&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 20:46:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7547581#M112273</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-15T20:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549158#M112274</link>
      <description>&lt;P&gt;I have no clue as I cannot test the code and try for myself, but in that case the error is probably caused by providing an invalid value to the command.&lt;/P&gt;&lt;P&gt;After you run the code and get the error, check the values of the variables to see if something is missing or wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To check, run the code and wait for the error. After the error type the variable names on the commandline prefixed with a ! (= exclamation point, not 1 or L). So after the error, type:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!VVAREA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!NIVEPR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!NLA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;!LLAREA2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And see if one of them is nil or is not a string value, as this will give you an error when trying to fill the attributes.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 11:03:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549158#M112274</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T11:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549188#M112275</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Command: *Cancel*&lt;/P&gt;&lt;P&gt;Command: *Cancel*&lt;/P&gt;&lt;P&gt;Command: *Cancel*&lt;/P&gt;&lt;P&gt;Command: !VVAREA&lt;BR /&gt;nil&lt;/P&gt;&lt;P&gt;Command: !NIVEPR&lt;BR /&gt;"+"&lt;/P&gt;&lt;P&gt;Command: !NLA&lt;BR /&gt;"0"&lt;/P&gt;&lt;P&gt;Command: !LLAREA2&lt;BR /&gt;("Á. SERV." "ÁREA DE SERVIÇOS" "ÁREA GOURMET" "COPA" "COZINHA" "DISPENSA"&lt;BR /&gt;"REFEITÓRIO" "SALA/COPA" "SALA/COPA/COZINHA" "LAVABO" "SACADA"&lt;BR /&gt;"------------------------------------" "CIRC." "CIRCULAÇÃO" "HALL"&lt;BR /&gt;"------------------------------------" "ESCRITÓRIO" "HOME OFFICE" "HOME&lt;BR /&gt;THEATER" "SALA" "SALA DE ESTAR" "SALA DE T.V" "SALA DE VISITAS"&lt;BR /&gt;"------------------------------------" "BANHO" "DORMITÓRIO" "SAUNA" "SUÍTE"&lt;BR /&gt;"CLOSET" "------------------------------------" "ÁREA DE CHURRASCO" "ÁREA DE&lt;BR /&gt;FESTAS" "ÁREA DE LAZER" "ÁREA DE PISCINA" "PLAYGROUND"&lt;BR /&gt;"------------------------------------" "ESTACIONAMENTO" "GARAGEM"&lt;BR /&gt;"------------------------------------" "&amp;gt;&amp;gt;ESCOLA" "BIBLIOTECA" "DIRETORIA"&lt;BR /&gt;"DISPENSA" "IS. FEM" "IS. P.N.E." "IS.MASC." "SECRETARIA"&lt;BR /&gt;"------------------------------------" "&amp;gt;&amp;gt; HOSPITAL/CLINICAS" "C.M.&lt;BR /&gt;FONAUDIOLOGO" "C.M. ORTOPEDISTA" "C.M. PEDIATRA" "C.M. PSIQUIATRA" "CONSULTORIO&lt;BR /&gt;MÉDICO" "ENFERMARIA" "QUARTO DE OBSERVAÇÃO" "SALA CIRUGICA" "SALA DE ESPERA"&lt;BR /&gt;"SALA DE MEDICAMENTOS" "------------------------------------")&lt;/P&gt;&lt;P&gt;Command:&lt;BR /&gt;Command:&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 11:12:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549188#M112275</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T11:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549266#M112276</link>
      <description>&lt;P&gt;VIDEO TEST&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 11:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549266#M112276</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549307#M112277</link>
      <description>&lt;P&gt;Ok, there you have the cause of your error. The VVAREA is nil and this is causing an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" VVAREA NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;BR /&gt;                                             &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#FF0000"&gt;|----|&lt;/FONT&gt; |----| |----------------------|&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                               &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#FF0000"&gt; ^&lt;/FONT&gt;      ^&lt;/FONT&gt;&lt;/STRONG&gt;             &lt;FONT color="#0000FF"&gt; ^&lt;/FONT&gt;&lt;BR /&gt;                              &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;nil&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt; = ERROR&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt; ------|&lt;/FONT&gt;&lt;/STRONG&gt;      |              |---- &lt;SPAN&gt;"Á. SERV."&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;                                                       &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;|---- "+"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your other code the VVAREA is calculated by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(DEFUN &lt;U&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;AT-AREA-INDICARPON&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/U&gt; ()
...
...
    &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;(COMMAND "_AREA" "_O" ENTL)
    (SETQ VVAREA (STRCAT (RTOS (GETVAR "AREA") 2 2) "m²"))&lt;/FONT&gt;&lt;/STRONG&gt;
    (SETQ VCENT      (AT-CENTROID ENTL))
    (COMMAND "_INSERT" VVBL VCENT ESCALA "" "" &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;VVAREA&lt;/FONT&gt;&lt;/STRONG&gt; NIVEPR (NTH (ATOI NLA) LLAREA2) (NTH (ATOI NLR) LLREVE2) )
...&lt;/PRE&gt;&lt;P&gt;However, in your code with the error VVAREA is not calculated and nil.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(DEFUN &lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#FF0000"&gt;AT-AREA-INDICARPONx&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt; ()
...
...&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;; Missing VVAREA calculation! &amp;lt;--&lt;/STRONG&gt;&lt;/FONT&gt;
    (COMMAND "_INSERT" VVBL ESCALA "" "" &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;VVAREA&lt;/FONT&gt;&lt;/STRONG&gt; NIVEPR (NTH (ATOI NLA) LLAREA2) )&lt;/PRE&gt;&lt;P&gt;But then again, looking at your block in one of the previous videos I only count two attributes after exploding and you are providing three; &lt;STRONG&gt;VVAREA&lt;/STRONG&gt;, &lt;STRONG&gt;NIVEPR&lt;/STRONG&gt; and &lt;STRONG&gt;(NTH (ATOI NLA) LLAREA2)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So which values values do you need to have in your block attributes?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:07:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549307#M112277</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549387#M112278</link>
      <description>&lt;P&gt;I NEED VARIABLE &lt;FONT color="#ff0000"&gt;NIVPR &lt;/FONT&gt;FOR LEVEL, AND&amp;nbsp;&lt;FONT color="#ff0000"&gt;LLAREA2 &lt;/FONT&gt;FOR ENVIRONMENTS, BY WHICH I UNDERSTAND ...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:22:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549387#M112278</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549405#M112279</link>
      <description>&lt;P&gt;What are the commands that are executed when you press the different buttons in the toolbar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because currently the VVAREA is relying in what order you execute the commands. The reason why it works the second time is because the VVAREA is used from the previous command. So if you want to be able to use the command that gives an error without the need of running the first command, then you need to make sure that all values needed are also calculated in the command that now gives an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the NIVEPR I'm not sure why it only contains the "+" and not the typed in value.&lt;/P&gt;&lt;P&gt;In the code there is an ACTION_TILE for NIVEPR, but has the used DCL the right key name for that value?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:30:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549405#M112279</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549422#M112280</link>
      <description>&lt;P&gt;Ok, so what variable do you want to have in the LOCAL attribute tag and what value do you want in the RN attribute tag?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:36:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549422#M112280</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549456#M112281</link>
      <description>&lt;P&gt;&lt;FONT color="#ff0000"&gt;LAST MODIFY.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN AT-AREA-INDICARPONx ()&lt;BR /&gt;;&amp;nbsp;&lt;BR /&gt;(COMMAND "_UNDO" "_BEGIN")&lt;BR /&gt;(IF SALVA (SALVA (LIST "OSMODE" "CLAYER" "TEXTSTYLE")))&lt;BR /&gt;(SETVAR "&lt;FONT color="#ff0000"&gt;OSMODE" 0&lt;/FONT&gt;)&lt;BR /&gt;;(SETQ FLAGOK1 nil)&lt;BR /&gt;;(IF (NOT FLAGAA)(ALERT "\n Informe um ponto!"))(SETQ FLAGIJ T)&lt;BR /&gt;;&lt;BR /&gt;(SETQ VVBL "STANDARD-SNIVEL")&lt;BR /&gt;(VERIFICA-VVBL VVBL);&lt;BR /&gt;(SETQ VINSERT (GETPOINT))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" &lt;FONT color="#ff0000"&gt;NIVEPR (NTH (ATOI NLA) LLAREA2)&lt;/FONT&gt; )&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))&lt;BR /&gt;;&lt;BR /&gt;(IF RESTAURA (RESTAURA))&lt;BR /&gt;(COMMAND "_UNDO" "_END")&lt;BR /&gt;;&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;FONT color="#33cccc"&gt;WE HAD THE FIRST SUCCESS&lt;/FONT&gt;, &lt;FONT color="#ff6600"&gt;BUT THE LSP LEVEL WHEN IT STARTED ONLY, IT DOES NOT OPERATE CORRECTLY&lt;/FONT&gt;, BUT AFTER THE EXPLANATION OF THE AREA LSP, IT IS ANSWERING OK, ALTHOUGH THE OSMODE SHOULD BE WITH ALL OPERATING FUNCTIONS. WHAT ELSE WOULD YOU TELL ME FOR A HAPPY END FOR THAT LSP...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 12:55:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549456#M112281</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T12:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549502#M112282</link>
      <description>&lt;P&gt;The NIVEPR variable is set by the line&lt;/P&gt;&lt;PRE&gt;...
 (ACTION_TILE "NIVEPR" "(SETQ NIVEPR $value)")
...&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;But the key "NIVEPR" needs to be configured in the DCL file for the text box at RN.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As you have modified the DCL", I'm assuming you might have renamed the key to RN as well probably.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you post the code of the DCL-file STANDARD.DCL?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 13:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549502#M112282</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549542#M112283</link>
      <description>&lt;P&gt;DCL FILE&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 13:19:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549542#M112283</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T13:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549935#M112284</link>
      <description>&lt;P&gt;Your DCL looks good and the NIVEPR key name is set correctly.&lt;/P&gt;&lt;P&gt;But why it shows only '+' in your video I have no clue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;...&lt;BR /&gt;   :edit_box    {label = "RN";&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;key = "NIVEPR"&lt;/FONT&gt;&lt;/STRONG&gt;;edit_width=20;}&lt;BR /&gt;...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the code below, the NIVEPR variable is correctly set with the value as filled into the dialogue box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(DEFUN C:AT-NIVELX ()
(SETQ FLAGOK nil)
;
(IF (NOT FLAG-XLS) (AT-LEARQXLS) )
;
(SETQ DCL_ID (LOAD_DIALOG "STANDARD"))
(SETQ FLAGOK1 T)
(SETQ XFIM1   0)
;
(WHILE FLAGOK1
 (NEW_DIALOG "AT_TELA_NIVEL" DCL_ID)
 (START_LIST  "LAREAS") (MAPCAR 'ADD_LIST LLAREAS) (END_LIST)
 (IF (NOT NLA) (SETQ NLA "0"))
 (IF (NOT NIVEPR) (SETQ NIVEPR "+"))
 (SET_TILE    "LAREAS"   NLA)
 (SET_TILE    "NIVEPR"   NIVEPR)
 (ACTION_TILE "LAREAS" "(SETQ NLA $value)")
 (ACTION_TILE "NIVEPR" "(SETQ &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;NIVEPR&lt;/FONT&gt;&lt;/STRONG&gt; $value)") &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;-- Set NIVEPR correctly to test value +10.000&lt;/FONT&gt;&lt;/STRONG&gt;
 (ACTION_TILE "BT-INDICANIVEL" "(DONE_DIALOG 1)")
 (ACTION_TILE "BT-SAIR"       "(DONE_DIALOG 0)")
 (SETQ   XFIM1  (START_DIALOG))
 
 ;
 (IF (=  XFIM1 0) (SETQ FLAGOK1 nil))
 (IF (=  XFIM1 1) (AT-AREA-INDICARPONx))
)
;
(PRINC)
)

(DEFUN AT-AREA-INDICARPONx ()
; 
(COMMAND "_UNDO" "_BEGIN")
(IF SALVA (SALVA (LIST "OSMODE" "CLAYER" "TEXTSTYLE")))
(SETVAR "OSMODE" 0)
;(SETQ FLAGOK1 nil)
;(IF (NOT FLAGAA)(ALERT "\n Informe um ponto!"))(SETQ FLAGIJ T)
;
(SETQ VVBL "STANDARD-SNIVEL")
(VERIFICA-VVBL VVBL)
(SETQ VINSERT (GETPOINT))
    (COMMAND "_INSERT" VVBL VINSERT ESCALA "" "" NIVEPR (NTH (ATOI NLA) LLAREA2) ) &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;&lt;/FONT&gt;&lt;FONT color="#FF0000"&gt;&amp;lt;-- At this point value of NIVEPR is still +10.000 when testing&lt;/FONT&gt;&lt;/STRONG&gt;
    ;
    (SETQ PTSI1 (GETPOINT"\n&amp;gt;&amp;gt;Selecione um Ponto Interno &amp;lt;ENTER=Fim&amp;gt;: "))
;
(IF RESTAURA (RESTAURA))
(COMMAND "_UNDO" "_END")
;
)&lt;/PRE&gt;&lt;P&gt;As the code above does seem to work I have no idea why it gets the wrong value when you run it.&lt;/P&gt;&lt;P&gt;Did you already did a restart of AutoCAD just to make sure you do not get any old values from previous tests? Can you check with (findfile "STANDARD.DCL") that the right DCL file is being loaded as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 15:05:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7549935#M112284</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-16T15:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7550993#M112285</link>
      <description>&lt;P&gt;how best valor for&amp;nbsp;&lt;/P&gt;&lt;P&gt;........&lt;BR /&gt;(IF SALVA (SALVA (LIST "&lt;FONT color="#33cccc"&gt;OSMODE&lt;/FONT&gt;" "CLAYER" "TEXTSTYLE")))&lt;BR /&gt;(SETVAR "&lt;FONT color="#33cccc"&gt;OSMODE&lt;/FONT&gt;" &lt;FONT color="#ff0000"&gt;0&lt;/FONT&gt;) &lt;FONT color="#ff0000"&gt;&amp;lt;---- NEW VALOR FOR INSERT THE BLOCK NEXT LINE, OR ON LINE. BECAUSE THE BLOCK INSERT FREE IN DRAWING.&lt;/FONT&gt;&lt;BR /&gt;.........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sets running object snaps.&lt;BR /&gt;Type: Bitcode&lt;BR /&gt;Saved in: Registry&lt;BR /&gt;Initial value: 4133&lt;BR /&gt;The setting is stored as a bitcode using the sum of the following values:&lt;BR /&gt;0 NONe&lt;BR /&gt;1 ENDpoint&lt;BR /&gt;2 MIDpoint&lt;BR /&gt;4 CENter&lt;BR /&gt;8 NODe&lt;BR /&gt;16 QUAdrant&lt;BR /&gt;32 INTersection&lt;BR /&gt;64 INSertion&lt;BR /&gt;128 PERpendicular&lt;BR /&gt;256 TANgent&lt;BR /&gt;512 NEArest&lt;BR /&gt;1024 Geometric CEnter&lt;BR /&gt;2048 APParent Intersection&lt;BR /&gt;4096 EXTension&lt;BR /&gt;8192 PARallel&lt;BR /&gt;16384 Suppresses the current running object snaps&lt;BR /&gt;To specify more than one running object snap, enter the sum of their values. For example, entering 3 specifies the Endpoint (bitcode 1) and Midpoint (bitcode 2) object snaps.&lt;BR /&gt;Note: Developers creating custom routines can use the 16384 bitcode to temporarily suppress the current running object snap settings without losing the original settings.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2017 20:33:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7550993#M112285</guid>
      <dc:creator>rolisonfelipe</dc:creator>
      <dc:date>2017-11-16T20:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERRO EDIT</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7551943#M112286</link>
      <description>&lt;P&gt;If you just want to make sure the block is inserted exactly on the line near the point you click with the mouse, you use NEAREST (512).&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 07:02:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/erro-edit/m-p/7551943#M112286</guid>
      <dc:creator>DannyNL</dc:creator>
      <dc:date>2017-11-17T07:02:01Z</dc:date>
    </item>
  </channel>
</rss>

