Jump to content

Search the Community

Showing results for tags 'autolisp code problems'.

  • Search By Tags

    • autolisp code problems ×
    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 3 results

  1. hi guys, my name is ramdan i live in Indonesia, I want to Ask, how to make amnote in AutoCAD Mechanical with Autolisp ? thanks,
  2. (defun c:sbb(/a b) ((setq a 10 b 5) (if (> a b) (progn (princ a) (setq a (+ a 5) b (+ b 6)) ((princ a)(princ)) ((princ b)(princ)) ) ) ) )
  3. I have just started learning AutoLISP from different posts on the forums and through the reference material from Autodesk but, I am hitting an error in my lisp routine that I don't know how to fix. I am trying to right a while loop that will go through a nested list and use information in the select...
×
×
  • Create New...