tiziano69
Guest
it is possible to pass variables of vb6 to autolisp..... I have done this way but since the variables are many I have not available so many variables "users1" made available by autocad. There is a cleaner method or I can create a variable that can be used in autocad (lisp) directly from vb6.
objdoc.setvariable "users1", text2.text
autocad.acadapplication.activedocument.sendcommand (setq a (getvar ""users1"")" & vbcr
Thank you.
objdoc.setvariable "users1", text2.text
autocad.acadapplication.activedocument.sendcommand (setq a (getvar ""users1"")" & vbcr
Thank you.