Jump to content

Search the Community

Showing results for tags 'problems with autolisp'.

  • Search By Tags

    • problems with autolisp ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Could anyone help me with it?? I am trying to install Global Attribute Extractor & Editor (http://www.lee-mac.com/macatt.html) on a colleague's computer which has Windows 10 inside. When I run extractor or editor, Autocad let me to state all the blocks and the files. However, when i press ok b...
  2. Hi, I am having a problem when I try to create a *.txt file and write a simple line on it. I have the following code for my Autolisp function: (defun c:prueba4() (setq f(open "AAA.txt" "w")) (write-line "Hi friend" f) (close f) ) I made a *.txt file previously and I have not...
×
×
  • Create New...