OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: TopoWAR on July 26, 2014, 03:49:33 PM

Title: varname problem of version 8.0.0.7
Post by: TopoWAR on July 26, 2014, 03:49:33 PM
hello, is a problem that happens to me, I have a check box, if I add a value to this field varname shoots me a result like this (dcl-Control-SetValue prueba NewValue [as Long]) where prueba does not exist.
attempt to return to the previous version but was unable to read my file again.

ie not automatically generate this string <project-key> / <form-name> / <control-name>

try writing it manually does not work.

I tried and does not work well, (dcl-Control-SetValue TopoWAR / form_derroa / crear_fig 1), that do wrong?

I see that previous versions is the same, I think I'm wrong, as I turn to change the value of the box,

Good I found what the problem is, is that you can not use in varname a name that is already used in lisp as a variable, it fails, and you have to be careful not to use as a variable in lisp the same name varname .
in this case I was using for example: (setq prueba 1) in lisp logically why I did not work. thank you


appreciate your help,

Please see image
Title: Re: varname problem of version 8.0.0.7
Post by: andrew.nao1 on August 19, 2014, 11:51:42 AM
didnt notice you solved your issue till after i read the whole post, ignore